My Stuff
Comments
-
Hi bsimmons105, You can limit records for employee based on the role access. While creating role there is a field department restrictions, in that select 'own and subordinates only' in the list, if you make 'Allow Viewing' true employee can view other department transactions, you make apply to items check box true so that…
-
We are facing the same problem...:h_a_w:
-
OOps... we are even getting unexpected error while saving invoice. Could any one from NetSuite Support reply, when it will be solved or whats the action need to be done. _________________ Pradeep Rajkumar S
-
Hi DB, In Sandbox and test account, email will bounce back to the author you specified in nlapiSendEmail(author id,'my Gmail Id', 'hi','Good' , null, null); Only in production account send email will work properly. If you want to change the setting in sandbox account refer this link…
-
Hi gahermoso, In order to get the option "Employee Center Dashboard Publishing" in employee record global permission, we need to enable SuitePeople? i am not getting this option. Thanks, Pradeep
-
If we don't want this portlet to show up in the employee center, is there a way to disable globally? As we are using custom approval workflow. Even we tried the https://usergroup.netsuite.com/users/forum/product-areas/employees-payroll/suitepeople-core-hr/431232-18-1-release-employee-center-dashboard-publishing but the…
-
Hi Shadrack, Refer this old post https://usergroup.netsuite.com/users/showthread.php?t=32419
-
Hi Andy, Check whether the condition is properly set in the actions. Sometimes it won't set properly thats why this problem happens. In actions list check whether the condition is there. ______________ Pradeep R
-
Hi Natally, U can achieve this by deploying beforeload and aftersubmit functions in Purchase order. Code: /** On Po make copy load sets the parent PO id in a field**/ function userEventBeforeLoad(type, form, request) { var memdoc=request.getParameter('memdoc'); if(memdoc=='0') { var ParentPO_Id=request.getParameter('id');…