I have created a custom record and custom form using scripting . Now i want to copy the record and want to copy the form to use in new record. How can i copy a custom record ? and where i found the form that created using scripting ?
b
battk
04/15/2026, 5:50 AM
you will need to share more detail about the form. Creating custom forms is not a supported option for scripting
battk
04/15/2026, 6:04 AM
copying a record is usually an application of record.copy
n
NElliott
04/15/2026, 7:31 AM
Are you creating a new record or record instance, subtle difference.
record.copy (creating a new instance) would inherit the form if the form you have used is set to "preferred".
e
Eric B
04/15/2026, 8:28 PM
create an SDF project, download the custom record object and all it's instances and then deploy it to another environment