My Stuff
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.
Comments
-
Hi and thank you, Through trial and error I found my answer. var entityId = nlapiGetFieldValue('entity'); if (isBlank(entityId) && OBJ_CONTEXT.getRoleCenter() == 'PARTNERCENTER') { nlapiSetFieldText('entity', OBJ_CONTEXT.getName(), true, true); // set default company } nlapiDisableField('entity',…
-
Posting Removed
-
Why is {customer.custentity_is_discount_account} = '' shouldn't it be {customer.custentity_is_discount_account} = 'T' or not 'F'?
-
I'm not sure if this would help. I needed to reorder some revenue recognition custom functionality we have, due to a split period. Thus the period IDs were not sequential. Perhaps you could modify this routine to get what you need? function getPostingPeriods(fromDateObj, thruDateObj) { nlapiLogExecution('DEBUG',…
-
I can't seem to get this procedure to work under 2017.2 I cannot save the period with its existing parent association. I cannot remove the parent reference or when I change the date range, the new Fiscal year does not present itself. Is there another work around? We are moving from a fiscal November through October to a…
-
Vote for Enhancement #110153 - Expense reports>allow customization of Printed Fields
-
Thank you, but I would like to know how to tie my custom reminder to the Return Authorization page the same way the standard reminder does. mkk
-
yes - Chicago
-
Hello, We had a similar issue back in March. It was caused by Defect 329568. We never got a clear answer on the why...