skuruvil
12/03/2024, 6:58 PMCeligo AI
12/03/2024, 6:58 PMAI generated answer (using internal Slack threads):To set Parent Records on a custom record in NetSuite, you can follow these steps: 1. Create a new custom field on the child record (the record you want to associate with the parent). This field should be of type
List/Record
.
2. In the definition of this new custom field, select the custom record that you want to set as the parent.
3. Check the Record is Parent
checkbox. This will establish the parent-child relationship between the two records.
4. Save the new custom field. You can then configure if you want the child records to be visible or not in the parent record, as a sublist.
This will allow your custom record to be a join for your parent record search. If you want to go the opposite direction, you can set your custom record on a select field on the parent record.
If you want to update a field on a Parent Record when a Child Custom Record is created, you might need to write a script to do so. For example, if each Employee Record has Salary Change Records (custom rec), and you want the Salary field on the parent Employee Record to get updated when a Salary Change Record is created, you would need to write a script to update the parent field based on the latest custom child record created.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
12/03/2024, 6:58 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848700762
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840588868
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840506136
Celigo AI
12/03/2024, 6:58 PM