How to reproduce the behavior of the button "Update Total of Opportunity"?

I would like to develop the same behavior of the button "Update Total Opportunity" but instead of being for the field "Ingress" in the Article/Product of the Opportunity was on a field which will "Amount" to each item, so that after the calculation of the total of the field "Amount" will made on a field of opportunity, as is currently happening on the field "Ingress" of the opportunity. How should I proceed?
Regards.

I notice that is possible to reproduce this behavior using Web Services. But now, I have another doubt:
is possible to execute a web service via CRM OD when a new record is created (before to save)? How can I execute it automatically?
I have seen API WS (= Web Service), to work with integration event, but I think it isn't possible to execute the WS automatically from CRM OD. I haven't idea how works "Update Total of Opportunity" button...
I want to validate that "Update Total of Opportunity" button works as a Web Service, but in the "List of Web services use" there isn't evidence that it has used any type of Web Service... This leads me to believe that it is using some internal mechanism (workflow or default, for example) to make this automatic calculation, isn't it?
Thanks and regards.

Similar Messages

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

  • How do i configure a FOR loop to have the behavior of the step Loop Type: Pass/Fail count?

    Hello,
    I'm using the Pass/Fail count set to one Pass to capture an event generated by my DUT.  I originally used a numerical compare step with the Looping type of Pass/Fail count to accomplish this.  Unfortunately the implementation changed and now I need to execute a few steps that can not be combined within one code module as before. Nor can these steps be put into a subroutine.  One of the steps executes a .NET asembly and I haven't figured out how to pass the reference to the subroutine.  When the subroutine is intered the reference is lost and the methode does not execute correctly.
    I have an evaluation function the exits the loop when the expected conditions are met. Everything works except for the Overall Pass/Fail result of the For loop.  If the loop exits due to the first numerical compare test passing, I want the loop overall execution to report as "Passed".  If the loop reaches it's predetermined number of iterations, the overall result needs to report as "Failed".  It would also be nice to have the radio button functionality of "Record Result of Each iteration".  Some conditions require a wait over a minute for the event to occur and I don't want to generate needless data for the report.
    Currently I get the pass/fail status for each For loop iteration, but only "Done" for each loop iteration.  I don't want the initial few failures to cause the test to fail.
    Does anyone know how to do this? Suggestions?
    Thanks,

    I have 2 steps in the loop that can not be combined into one step. This forces me to implement the behavior in some form of loop.  A While Loop could be an option.  I would need to pass the Step.Result.Status from the Multiple Numerical compaire step to the condition of the While Loop.  I tried to use the Step.TS.ID without success.  Some form of reference to the numerical compare step would be needed. I'm using a For Loop as I do want to limit the number of iterations of the loop.  In the case where the loop iterations are reached, the event I am trying to detect did not occur at the correct time and a failure needs to be reported.
    I came up with something based on my comments in the second post:
    1) To start with I configured a Locals.ForLoop_5 variable.  This is used to set the limit on the loop iterations and for comparison after the loop has finished executing. More on that later.
    2) The first step inside the loop invokes a method within a .NET assembly that has been packed in a DLL This method gets the required data from the DUT and stores it to a text file.
    3) The next step is the Multiple Numeric Limit step.  This step invokes a VI that extracts the data from the text file.  This step has been customized in several ways.
      i)  In Run Options, the Results Recording Option was disabled.  This prevents recording of "Failed" while the loop executes when waiting for the event to happen.
      ii) In Run Options, the Step Failure Causes Sequence Failure is unchecked.  Same reasoning as i)  These steps are not true failures.
      iii) A Post Action is configured to go to the nexxt step after the For Loop End step On Condition True with the logic of Step.Result.Status == "Passed".  This causes the loop to exit when the first "Passed" is encountered which corrolates with the event I'm trying to detect. On Conditon Fail remains set to default.
    4)  The step after the For Loop End is an expression step with everythin set to default except for the Status Expression logic set to: Locals.Loopindex < Locals.ForLoop_5 ? (Step.Result.Status = "Passed") : (Step.Result.Status = "Failed"). This step performs the overall Pass/Fail reporting for the For Loop.  If the number of loop iterations is less than the maximum it could have only gotten there by the previous logic triggered by the numerical compare passing, therefore "Passed".  If the loop index has reached the limit, then the event was not detected, therefore Failed.
    I have tested this work around with success, it just a pain to now have to implement this on my 40 some odd For Loops.
    If there is a better way, I'd still like to hear it.

  • Create Archive, how to change the behavior of the default file naming?

    From an earlier post on archiving via the contextual menu in the Mac OS X Finder:
    "If you archive a single item, the archived file has the name of the original item with a ".zip" extension. If you archive multiple items at once, the archived file is called Archive.zip."
    Is there a way to change the behavior of this?
    I ask because I want to archive a single file, say "photo.psd" and when I do I get an archive called "photo.psd.zip" - is there a way to create an archive from the contextual menu and have the original file extension be appended? - in this case I would want "photo.zip" to be the end result.
    Also, is there a way to change the behavior of archiving multiple files? To, say, create a differently named file afterwards instead of the default "Archive.zip" - perhaps something a little more descriptive but standard, like "YourFilesCompressed.zip" - something that would stay the same across each archive creation.
    Thanks, I've been manually renaming after all create-archive's. And I do realize other applications could probably do this, but I'm thinking there must be a way to do this in the finder, no? A terminal command? Any ideas would be appreciated.

    Try looking at the documentation for the ditto and zip Terminal commands.
    (14504)

  • Help setting the behavior of a button, possible using a variable

    Hi,
    This is my first time posting here and I'm sure I will be coming back, because I'm about to start a big project.
    The Problem:
    What I'm trying to do is get the user's input (text field = new_title), then having a button that will take that input and use it as part of a URL.
    The following will be the destination URL:
    http://www.mysite.com/wiki/index.php?title=new_title_from_text_field&action=edit&redlink=1
    The Background:
    I have installed Media Wiki in my website, but I want to have a more straight forward approach to creating new pages. So I'm creating an introductory page where the user can enter the title of the page he/she wants to create, click a button and go to the editing page from the Wiki, with their new title in place.
    Thanks, I appreciate any advice you can give me.
    Daniel

    Bregent and Michael,
    Thanks for your help, I used both of your answers and came up with the following.  I'm not sure if it's done in the "propper" way, but it accomplished what I needed.
    Please let me know what you think.
      <form action="http://www.mysite.com/wiki/index.php?title=" method="get" name="form1" target="_parent">
        <input type="text" name="title" id="title">
        <input name="action" type="hidden" id="action" value="edit">
        <input name="redlink" type="hidden" id="redlink" value="1">
        <input type="submit" name="new_page" id="new_page" value="Create">
      </form>
    Thanks,
    Daniel

  • How can a graphic be replaced in a Motion template and retain the behaviors of the graphic?

    I'd like to replace a graphic with another graphic in a template while retaining all the behaviors.  Possible?

    Yes, it's easy. You just drag. But you must pay attention to the cursor, it will turn into different things depending on where you try to drop your replacement.
    Check the online help system, just search for REPLACE and then look for REPLACE LAYER CONTENTS.
    bogiesan
    Message was edited by: David Bogie Chq-1

  • How can I change the behavior of the pulldown history list?

    When you click on the little down arrow between the star and the clockwise arrow on the address bar, it seems to list the previously viewed websites in some kind of frequency of access order.
    Is there a way to have this pulldown work like IE does? That is, show me the last 20ish sites I typed in without regard to how often I have visited the site?

    If you want to get 20 sites in the address/location bar (when you click on the little down arrow between the star and the clockwise arrow) go to [http://kb.mozillazine.org/About:config About:config] , find [http://kb.mozillazine.org/Browser.urlbar.maxRichResults browser.urlbar.maxRichResults] and change the value to '''20''' (right click on it, select modify and put the value you want), exit firefox and restart it.
    thank you

  • Can you change the behavior of the parameter add " " arrow

    Hi,
    I'm using Crystal Reports 2008 to print product labels with barcodes.  I have a parameter for the serial number that I scan barcodes to enter in the serial number into the Selected Values box, but I have to hit the ">" add arrow after each scan.  I'm trying to achieve scanning each barcode and adding the number to the Selected Values box without having to hit the arrow button each time. 
    I changed the scanner to do a carriage return after each scan, but that just acted like the "Enter" button and closed the parameter window without adding it to the Selected Values list.
    Is there a way in the registry, or somewhere else, to change the add ">" arrow button functionality to recognize a carriage return as the "add" function in the parameter window?
    Thanks,
    Keera

    This probably isn't considered "legit" by SAP/BO, but perhaps you could change the HTML of the page and define a "hot key" for the ">" button, then program the scanner to add the hot key to the scan output.  I haven't looked at the page's HTML, so this may not be possible (and it's probably not desirable)...
    Just thinking out loud...
    Carl

  • Can i change the behavior of the character menu so that the list begins with the current font selected and not at the beginning of the list?

    Im struggling with the way the font selection tab works in the character menu.
    When i scroll down the list and select minion halfway down the list, the next time i click on the font tab, the list starts back at the top of the list making me scroll down the list every time i want to look for a font.
    Can anyone offer some suggestions here?
    thanks
    jeff

    You can't do it exactly the way you want, but if you have InDesign CC or CC 2014, you can set fonts in the Character panel or Control panel Type menu to be Favorites. Click the "star" beside a font to set it as a favorite. Then at the top of the menu, click the "star" filter to show favorites in your list instead of a list of all the fonts.

  • How can I change the behavior of the Green Enter button when filling out a field in a form? Current it submits the entire form, I would like it to tab to the next field instead

    When using Firefox for Andriod:
    When filling out a field on a form, they keyboard has a Green Enter button that submits the entire form. However, there are multiple fields on the page, and I would like it to tab to the next field. At the very least not submit the form.
    Also, is there a way to configure the keyboard that shows up for each html5 input type?

    They keyboard that shows up has the large "Green Enter" go button, a backspace and some arrow keys, but no tab button.

  • The behavior of the emergent forms of the software in RD Web App is different in Mac and iPhone-iPad, they appear and disappear intermittently. (Remote Desktop Services - Azure).

    In Mac the forms are not integrated as one window, they appear and disappear intermittently. There is no option to configure it. In the iPhone-iPad RDP app, there is no problem with
    that, when some form gets focus the other forms remain stable. Do you have any suggestions?<o:p></o:p>

    Hi David,
    Thank you for posting in Windows Server Forum.
    What happens when you perform Remote Desktop to any server from MRD MAC?
    Did you find everything working normally?
    If you re RDPing then there is manual configuration available, URI scheme which you can try as beneath,
    Remote Desktop Client URI Scheme Support
    For RD Web app, did you get any error\log for your issue? If yes, then please specify for further troubleshooting.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to change the behavior of Named Criteria

    Dear,
    we created Named Criteria with bind viriable, then I drag as Query Panel to the page, then I drag the same VO to the page as ADF Form. in the same form I create three bottons ( Delete,Insert,Update)
    the question is when I create record in the form using Insert botton then I want to cancel this action and I want to click on search botton the from give that some fields in ADF from are requird so how to avoid that. or how can I change the behavior of search button .
    thanks,

    Thanks,
    but can you please tell me how to add the rollback in the action of search button.
    as I see I cann't find the code behinde for search button.

  • How to use checkboxes instead of radio button in datagrid

    I have a datagrid. I have two checkboxes in datagrid.That checkboxes should act like radio button.ie we can select only one checkbox at a time. If we select second checkbox,then the first selected checkbox should deselected.How to handle this scenario.Please give some code samples.
    Thanks & Regards
    kvpdy

    You could do that, but it will be a lot easier doing it from the data model. This way you don't have to modify the behavior of the chart, it just blindly renders the data given to it. Behind the scenes you're dealing with boolean values, so it's pretty easy to write setters accomplish this.
    public function set myAttribute(value:Boolean):void
         setAttributesTiedTogetherToFalse();
         _attrib = value;

  • How to use Retiming behaviors in effect templates?

    I am trying to use some of the behaviors from the Retiming group in a Motion 5 template. However, I can't apply any of these behaviors to my template.
    Strange enough, it once succeeded but I can't figure out how I managed to do this. Any suggestions?

    Found the answer myself...I need to use the appropriate FILTER, not the BEHAVIOR!

  • The way SharePoint open office documents will differ if the user try to open them from the document library directly, or if users try to open the document from the search result page.

    I have a document library where I have uploaded an excel sheet to it. Now If I click on the excel sheet directly from the document library page , I will get the following error ““The webpage cannot be displayed””. While if I do a search and I open the excel
    sheet from the search result page , it will open the excel sheet using the excel services inside the browser !!.
    So can anyone advice on this ?
    Also if I have a PowerPoint document , and I try to open it from the document library I will get the following error “The webpage cannot be displayed” , and the URL will be prefix with the following “ms-powerpoint:ofv|u|”. while if i do a search and i open
    the PowerPoint from the search result page i will be prompted to either open or save the document ? So why SharePoint is reacting totally different when trying to open document library items from the document library Or from the search result page?

    Hi,
    The behavior in the document library could be probably because of the Documents handling setting. Please try setting it to default behavior (Open in browser) as i hear from you that the default behavior is to open from browser.
    Thanks, Suneetha
    Currently I have set the following;-
    1. On the library advance setting :- I define  “Open in the client application”
    2. On the web application setting:- I define stricked for Browser File Handling
    And I have noted if I delete the browser cache and I access the document , then I will be prompted with the download dialog. but if I re-click on the same document I will be redirected to the
    The webpage cannot be displayed
    And the ms-powerpoint:ofv|u| will be added to the beginning of the URL. So could this be a caching problem ?

Maybe you are looking for

  • Oracle VM Server (3.2.3) installation problem on Sun X3-2

    Dear All Experts, I  have 2 hard disks and configure as RAID1, than create 2 virtual drives for OS (40GB) and Local Storage Repository (250GB) already. During VM Server installation, I saw 3 drives (a, b, c) and I don't know why drive C is created au

  • I have been trying to download Firefix 4, and eveytime I try to install it on my computer I get the message that the file is corrupt

    I am using an iBook running OS 10.3.9 - and each time I have tried to launch the download so I can install it on my hard drive I get the message that the file is corrupt and so it won't complete the operation.

  • Using # & p in saved contact numbers

    I use a company voicemail and used to be able to add extra pauses and characters to a saved number in order to access the system. This no longer works since I have IOS5. Any suggestions?

  • Is it possible in forms 10g.

    Hello All Gurus, I have a question in forms 10g and database 11g. Is it possible to know how the user is navigating between the forms by mouse. For example in a form I have 3 blocks. According to the objects Navigator block1, block2 and block3 are th

  • Upgrading Berkeley DB databases

    Okay, so I did a pacman -Syu this morning, and when it upgraded the package "db" I got the message that it is a major version upgrade and that I should consider running db_upgrade on Berkeley DB databases. Well, since i am very well disciplined in th