You need to sign in to do that
Don't have an account?

How to write trigger for copying custom field value to another standard field in a same object
In my current senarion
I want to trigger for copying custom field
accountspecification__c value to another standard field SicDesc
in a same object (Account)
Please help me.
Thanks In Advance
I want to trigger for copying custom field
accountspecification__c value to another standard field SicDesc
in a same object (Account)
Please help me.
Thanks In Advance
All Answers
You can do this using workflow rules.
Here is doc for creating workflow.
https://help.salesforce.com/htviewhelpdoc?id=customize_wf.htm&siteLang=en_US
Use field action on workflow. Here is the doc to creating field action.
https://help.salesforce.com/HTViewHelpDoc?id=workflow_managing_field_updates.htm&language=en_US
Hope this helps.
Regards,
CloudSavvyProg
Create a formula field 'accountspecification' of Apprpriate DataType that you need(very few Options are available like Date,Currency,text,Number,percent,etc).
In step 3/5 : Set Just SicDesc in Formula, which is your Standard field (only SicDesc in Formula)
and its Done.... Easy and best
Regards,
Abdulrahim