Can I hide the billing sections/options from Suite...
# ask-stanley-ai
e
Can I hide the billing sections/options from SuiteCommerce My Account?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that it is possible to hide certain fields or sections in SuiteCommerce My Account. However, this would require customization and might involve using a beforeLoad user event script or a workflow. For example, in one of the threads, a user suggested using a beforeLoad user event script to hide price fields from standard transaction records. The script would look something like this:
Copy code
code
currentRecord.getField({ fieldId: "custbody_famid" }).isDisplay = false;
In another thread, a user suggested moving the field to another tab to hide it, or using workflows to disable NetSuite fields. Please note that these are just examples and the actual implementation might vary based on your specific requirements and the structure of your SuiteCommerce My Account. ****** 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.82012713
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816697955
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813142359
Please provide your feedback on this answer.
Thank you for your feedback