Best Of
Re: Can I trigger a workflow transition before another?
Hi @Dext3r ,
I apologise for the delay and upon checking on this and consulting with our team, I will have to recommend for you to create a case with our support team because this condition is specific and have to be tested with you or technical support's internal QA environment:
As this is not reproducible on our test account with the multiple states (with conditions) on your workflow, please open a case for better support.
And once you have this case solved, please feel free to share your solution on this thread for our other community members to know whether or not it's time to create a case for their concern as well.
Thanks,
Grace
Re: Saved search fields visibility in SuiteTax tenant and in legacy tenant.
Hi @KevinWong, yes that's right so that the saved search would be able to pull SuiteTax related fields from the record.
Re: Chart of accounts
Too bad it's not supported!
Thank you for your alternate solution! But the list is still divided into many segments
I setup the "NUMBER OF ROWS IN LIST SEGMENTS" to 1000
Re: Need Help Setting Up ABSI via SFTP Connection for HDFC Bank and SCB Bank in Netsuite
Thanks for the update Micah Timbol-Oracle
Re: SuiteScript: Invalid date value (must be MM/DD/YYYY) error
Issue resolved. I had the wrong object type. See corrected code snippet
var currentDate = new Date();
var invoiceDueDate = new Date(currentDate.setDate(currentDate.getDate() + 10));
scriptContext.newRecord.setValue({fieldId: 'duedate', value: new Date(invoiceDueDate)})
Re: Financial Account Mapping
Hi @User_UEJ7U,
Glad to have you with us today. Thank you for creating this thread. 😊
Hi, Everyone! You are welcome to join the conversation and share your insights.
Re: How to generate SOA customer project wise?
Thanks for posting your concern here! 😊
Hi, Everyone! You are welcome to join the conversation and share your insights.
Re: Why can't i see all fields under workflow action parameters?
Hi @Philly_NS,
Good day! Have you tried using {itemid} on the formula? Here's what I've tried on my test account:
Let us know if this helps!
__
If you find this reply to your question as helpful, others with the same question might find it helpful as well. By marking “Yes” on the “Did this answer your question?”, you’ll be able to aid the community to find the solution much easier and faster without the need to read through all the replies, and you will also get closer to earning your next Answer Accepter badge.





