Rob
10/09/2024, 6:27 PMCeligo AI
10/09/2024, 6:27 PMAI generated answer (using internal Slack threads):To hide the apply tab from a transaction with a user event, you can use a beforeLoad user event script. This script will allow you to access the form and set the display type of the sublist to hidden. Here is a general idea of how you can do it: 1. Use a beforeLoad user event script to access the form. You can find more information about this in the NetSuite Help Center: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4407991781.html 2. Get the sublist that you want to hide (in your case, the apply tab). The id of the sublist is probably something like 'apply'. More information about this can be found here: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4339685468.html 3. Set the displayType of the sublist to hidden. You can find more information about this here: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_460338073729.html Please note that this is a general approach and you might need to adjust it according to your specific needs. ****** 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
10/09/2024, 6:28 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823010385
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815792
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814572692
Celigo AI
10/09/2024, 6:28 PM