Correct this formula {createdfrom. intercompany.cu...
# ask-stanley-ai
n
Correct this formula {createdfrom. intercompany.customfield}
c
AI generated answer (using internal Slack threads):
The formula you are trying to use
{createdfrom. intercompany.customfield}
seems to be incorrect. The dot notation in NetSuite is used to access the fields of a record that is linked to the current record. In your case, you are trying to access a custom field of the
createdfrom
record. If
intercompany
is a custom field on the
createdfrom
record, you should use
{createdfrom.intercompany}
. If
customfield
is a field on the
intercompany
record, you should use
{createdfrom.intercompany.customfield}
. However, if
intercompany
and
customfield
are not related, you should access them separately as
{intercompany}
and
{customfield}
. Please note that you need to ensure that the field names are correct and that they exist on the respective records. Also, the user role should have the necessary permissions to access these fields. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829385102
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828209
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821109116
Please provide your feedback on this answer.