You need to sign in to do that
Don't have an account?
mh1974
Apex code without hardcoded field names
I'm
writing a trigger to determine which fields have changed when an
sObject is updated. This code must be future-proof, so, I do not want
to hard code any field names - does anyone know of a way of acheiving this?
Have a look at this recent thread: http://community.salesforce.com/sforce/board/message?board.id=apex&thread.id=19468
Should answer your query nicely :)
Ian Randall
All Answers
Have a look at this recent thread: http://community.salesforce.com/sforce/board/message?board.id=apex&thread.id=19468
Should answer your query nicely :)
Ian Randall