Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Beta Weekly Timesheet Form Script
Hi All
I am testing the usage of beta weekly timesheets in our sandbox account.
I have run into an issue where the Copy Previous Timesheet button is not reliable. If a job in the previous weekly timesheet is closed, it fails, if a project task is completed, it fails... It seems to just be adding the time entries field by field and if it runs into validation issues, it will just stop the process of importing the rest of the data.
In standard weekly timesheets it would simply not include the job.
To avoid this, I thought of removing the standard button via customise form, replacing it with a custom action (button) which calls a function in the client script which will then attempt to emulate the same kind of process. The only problem is... I can't get the button to call the function using the beta weekly timesheet feature. I tried just calling a function in my client script named "copyFromWeek" which triggers and alert but it doesn't seem to be calling it.