Adding Custom Fields
The information in the following table can help you to determine which field to add to a page, where the data base records can be stored, and which custom record you should update.
Order Type |
Flow |
Page Name |
Action |
Supported Record |
---|---|---|---|---|
WIP Work Orders |
Production |
Enter Quantity |
Add |
|
WIP Work Orders |
Consumption |
Enter Quantity |
Add |
|
Non–WIP Work Orders |
Production |
Enter Quantity |
Add |
|
Non–WIP Work Orders |
Consumption |
Enter Quantity |
Add |
|
Non–WIP Work Orders |
Scrap |
Report Production Scrap |
Enter Quantity |
|
Stand alone Assembly |
Production |
Enter Quantity |
Complete |
Mfg Mobile–SA Production Reporting |
Enabling the No Code Solution
You can configure the the NetSuite No Code Solution by Configuring the Standard Process or Cloning the Standard Process.
To configure in the standard process:
-
In your Manufacturing Mobile Administrator role, go to Customization > Lists, Records, & Fields > Record Types.
-
Custom Record Types page, beside the record type you want to add your custom record to, click Edit.
For example, add Humidity to the Mfg Mobile – Production Reporting record.
To learn more, see Creating a New Custom Record Type.
-
Go to Setup > Custom > Mobile Applications.
-
In the Mobile – Applications List page, beside the application you want to view, click View.
-
In the Mobile – Process List beside the process you want to configure, click Configure.
To learn more, see SCM Mobile App Configuration.
-
On the Mobile Configuration page, in the Page list, select shopFloor_production_wip_enterQuantity.
-
In the Page Element subtab, Mobile Page Element list select production_wip_enterQuantity_enterQuantityBtn.
-
In the On Click Custom Action list, click New.
-
In the Mobile – Action pop up window, enter a Name.
-
In the Type list, select Restlet.
-
In the Http Method list, select Post.
-
In the Script ID enter, customscript_mfgmobile_rl_create_record.
-
In the Deployment ID field, enter customdeploy_mfgmobile_rl_create_record.
-
-
Click Save.
Select the above action from the After Load Action restlet field.
The Mobile – Action and Mobile Configuration pages display the new fields.
-
On the Mobile Configuration page, click the Additional Page Elements subtab.
-
To open the Configuration Page, click the open icon (
).
-
In the Page Elements subtab, click New Mobile – Page Element.
-
Complete the Mobile –Page Element page:
-
Enter a Name. For example, Humidity.
-
Select a Type. For example, Text Box.
-
Select a Label. For example, Humidity.
-
Select a Data Type. For example, Text.
-
Enter a Record Name. For example, customrecord_mfgmob_productionreporting.
-
Enter a Field Name. For example, custrecord_humidity.
-
Click Save.
-
-
In the Mobile Configuration page, click Save and Update App.
To clone the standard process:
-
In the Administrator role, go to Setup > Custom > Mobile Applications.
-
In the Mobile – Applications List page, beside the application you want to view, click View.
For example, MFGMOBILE.
-
In the Mobile – Process List page, beside MFGMOBILE click Clone.
For example, shopfloor.
-
To proceed with the cloning process, click Clone.
-
In the Mobile –Application List page. beside MFGMOBILE, click View.
-
In the Mobile – Process List window, beside the process you cloned, click View.
-
In the Pages subtab, beside shopFloor_production_wip_enterQuantity_1, click Edit.
-
In the Page Elements subtab, click production_wip_enterQuantity_enterQuantityBtn.
-
In the Mobile – Page Element page, in the On Click Action field, click the production_wip_enterQuantity_actionSubmit link.
-
In the Mobile – Action page, click Edit and then select an After Action Restlet or create a new one.
To create a new After Action RESTlet:
-
Beside the After Action Restlet field, click the new icon (
).
-
In the Mobile – Action pop up window, enter a Name.
-
In the Type list, select Restlet.
-
In the HTTP Method list, select POST.
-
In the Script ID field, enter customscript_mfgmobile_rl_create_record.
-
In the Deployment ID field, enter customdeploy_mfgmobile_rl_create_record.
-
Click Save.
-
-
In the Mobile – Page, production_wip_enterQuantity_enterQuantityBtn, Page Elements subtab, click New Mobile– Page Element.
-
Complete the New Mobile– Page Element page and then click Save.
-
In the Mobile – Page Element page, enter a name. For example, Humidity.
-
In the Type list, select Text Box.
-
Create a Label. For example, Humidity.
-
Click Save.
-
-
Go to Customization > Scripting > Script Deployments.
-
Beside the MfgMobile application, click UpdateApp.