Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
pull currently customer internal id
Hello,
Can I pull current customer internal id (customer who is currently logged in) via a tag that I can use as a parameter in URL?
I created a custom record for survey, I add the customer dropdown list as parent field in the survey, the survey can be accessed if the customer logged in or not, What I want to do is "If the customer logged in, the customer field in the survey will set automatically, If not it will be empty"
I found the tag <%=getCurrentAttribute('customer','internalid')%> that returns current customer internal id, but I can't send it as aparameter via URL
0