Eric Schultz
03/06/2025, 2:05 PMCeligo AI
03/06/2025, 2:05 PMAI generated answer (using internal Slack threads):To add the customer's login IP address to a sales order in NetSuite, you would need to use SuiteScript. However, it's important to note that NetSuite does not natively store the IP address of a customer's login. You would need to create a custom field to store this information. Here's a general idea of how you could approach this: 1. Create a custom field on the Customer record to store the IP address. This could be a free-form text field. 2. Create a User Event script that triggers on login. This script would capture the IP address of the user and store it in the custom field you created on the Customer record. Note that capturing the IP address might require some additional scripting or a third-party service, as NetSuite does not provide this information directly. 3. Create a custom field on the Sales Order record to store the IP address. This could also be a free-form text field. 4. Create a User Event or Client script that triggers on Sales Order creation. This script would copy the IP address from the Customer record to the Sales Order record. Please note that this is a high-level overview and the actual implementation might require additional steps or adjustments based on your specific business requirements and NetSuite setup. ****** 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
03/06/2025, 2:05 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798056245
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.793783903
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.793400288
Celigo AI
03/06/2025, 2:05 PM