Hi Folks,
I have created a workflow on a field, Let me explain the exact scenario:
I have a field called Global_Product_Price which can contain the price against multiple currencies, and there is another field which calculates the INR price against that Global Price field.
So I have created a workflow like:
if Currency in USD, then INR price = Global_Price * 70
if Currency filed is GBP then INR price = Global Price * 95 etc.
So now I need to update the INR prices of existing records, how can I do so.
As of now I have to edit that record and save it again, then workflow is running, but there are more than 1K existing records, any other way to execute the workflow for all records at one GO.
Thank you in advance.