The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Multi Currency
Posted: 28 Apr 09 3:59 AM
|
In administrator- Manage MultiCurrency--- If i change a record and click on update button, then it will update all the opportunity for the updated exchange rate. Is it possible to track this event? . I mean while updating the record from administrator i want to update the value in one more table. Is it possible? |
|
|
|
Re: Multi Currency
Posted: 29 Apr 09 2:17 AM
|
the update should affect only Open Opportunities without locked rate. Anyway I don't think because it should be "inside" the Admin. I think that you'll have to rely on triggers, if you do not have remotes.
HTH,
Dave |
|
|
| |
|
Re: Multi Currency
Posted: 29 Apr 09 3:00 AM
|
the changes done by the trigger will be missed by the remotes since you're not using the SLXDBProvider. |
|
|
|
Re: Multi Currency
Posted: 30 Apr 09 12:19 AM
|
Is the SLXProvider tracks the changes that we are doing? If so what i can do....... Please help me.... I want to update a record when i am changing the currency exchange rate from the administrator Any Idea???????????? |
|
|
|
Re: Multi Currency
Posted: 30 Apr 09 6:51 AM
|
The best way I can think of doing this is for you to write your own 'Exchange Rate Update' routine - make it do exactly what you want, including creation of the audit records, and do not use the Administrator routine any more. |
|
|
|