Josh Godfrey
01/10/2022, 11:05 PMSCRIPT ID
field located on an instance of a custom record type. We are managing instances of custom records across 4 different accounts, and I'm finding it difficult to with these system generated SCRIPT IDs
(see below).
• Does this SCRIPT ID
field value need to be unique across the entire account, or just unique to the parent object?Josh Godfrey
01/10/2022, 11:14 PM<customrecordtype scriptid="customrecord_sample_1">
...
</customrecordcustomfields>
...
<instances>
<instance scriptid="_119">
<custrecord_sampletextfield>Here is some sample text.</custrecord_sampletextfield>
<isinactive>F</isinactive>
</instance>
Custom Record Type #2
<customrecordtype scriptid="customrecord_sample_2">
...
</customrecordcustomfields>
...
<instances>
<instance scriptid="_119">
<custrecord_sampletextfield>Here is some sample text.</custrecord_sampletextfield>
<isinactive>F</isinactive>
</instance>
What I'm trying to demonstrate is two different custom record types with two different instances sharing the same scriptid value.Sean Murphy
01/18/2022, 4:04 PM