Hi All,
I have requirement where i need to clone "Users" system record. we are in 24.1 and create record from record source is not available. when i tried to create using webservice its not allowing query functions.
Is there a better way to achieve this?
Thanks,
Discussion posts and replies are publicly visible
No. That record type cannot be "cloned".
What do you try to achieve?
we have each instance for each division and building app to install on all regions in that app am making use User Record at the time of deployment i have some issues, trying to create USER record so that i wont overwrite the code changes in System User Record.
Wouldn't it be simpler to just create your own User Record and simply create a relationship with the system User Record?
Leave the System User record in a "vanilla" state and make all your modifications on the augmented Record.
That is what is implemented now.. while deploying to other instance had issue with the record, Figured out the root cause. Its working fine now. Thank you..