MyPay Features and Record Permissions

Updating Features and Record Permission

To change the enabled features (and related MyPay Record permissions), just re-run the MyPay Setup wizard. To run the Setup wizard:

  1. Log into NetSuite as an Administrator.
  2. Using the menu, go to Setup > Custom > MyPay Setup
  3. Run the wizard all the way through making any required changes.


Integration details

If MyPay is already setup and running in your account then you cannot update Integration Details using the MyPay Setup wizard. To update Integrations Details (e.g. Keys and Tokens), see the relevant section under:Ā Integration Troubleshooting
Contents


Editing Record Permission directly

Whenever the MyPay Setup wizard is run then it will update the Mypay Record Permissions correctly for the Features selected. However, there are scenarios where record permissions may need to be updated directly.Ā 

Warning

Do not edit MyPay Record Permission records directly unless you know what you're doing. An incorrect change may break your integration and additional charges may be incurred to resolve any issues.

To edit the permissions of a specific MyPay Record Permission record:

  1. Log into NetSuite as an Administrator
  2. Using the menu, go to Customization > Scripting > Script Deployments
  3. Change the Filters to Type: User Event, Record Type: MyPay Configuration
  4. Click Edit on the line for MyPay Prevent Editing (User Event)
  5. Unmark the Deployed checkbox.
  6. Save the Script Deployment.
  7. Find to the relevant MyPay Record Permission record and make the changes required.
  8. Go back to theĀ MyPay Prevent Editing (User Event) script deployment and redeploy the script.

Risk of changes being reverted

Any manual changes made to a MyPay Record Permission record using the steps above may get reverted if the MyPay Setup wizard is re-run.

Setting up Custom Segments

To expose as Custom Segment as a Custom Field on a transaction record (e.g. Time) then you will need to do the following:

  1. Create a New MyPay Record Permission for the Custom Segment. For example, if the ID of the Custom Segment is customrecord_cseg_my_custom_one then the record would look as follows.


  2. Add a custom field to the MyPay Record Permission for the Time record. For example

Depending on when the Custom Segment was created in the NetSuite account then the IDs required may differ. As a result, you will need to edit the Fields Definition manually and insert an altName. For example:

{
  "program": {
    "name": "line.cseg_my_custom_one",
    "altName": "cseg_my_custom_one",
    "type": "select",
    "relation": "customrecord_cseg_my_custom_one"
  }
}