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 NetSuite No Code Solution by Configuring the Standard Process or Cloning the Standard Process.
To configure in the standard process:
-
While you’re in the Manufacturing Mobile Administrator role, go to Customization > Lists, Records, & Fields > Record Types.
-
On the Custom Record Types page, beside the record type where you want to add your custom record, click k 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.
-
On the Mobile – Applications List page, locate the application you want to view and click View.
-
In the Mobile – Process List, locate the process you want to configure and click Configure.
To learn more, see SCM Mobile App Configuration.
-
On the Mobile Configuration page, in the e Page list, select the shopFloor_production_wip_enterQuantity.
-
On the Page Element subtab, in the Mobile Page Element list, select the production_wip_enterQuantity_enterQuantityBtn.
-
From the On Click Custom Action list, click New.
-
On the Mobile – Action pop up window, enter a Name.
-
In the Type list, select the Restlet.
-
In the Http Method list, select the Post.
-
In the Script ID field, enter the 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:
-
While you’re in the Administrator role, go to Setup > Custom > Mobile Applications.
-
On the Mobile – Applications List page, beside the application you want to view, click View.
For example, select MFGMOBILE.
-
On the Mobile – Process List page, next to MFGMOBILE application, click Clone.
For example, select shopfloor.
-
To proceed with the cloning process, click Clone.
-
On the Mobile –Application List page, next to MFGMOBILE application, click View.
-
On the Mobile – Process List window, next to the process you cloned, click View.
-
On the Pages, next to shopFloor_production_wip_enterQuantity_1, click Edit.
-
On the Page Elements subtab, click production_wip_enterQuantity_enterQuantityBtn.
-
On the Mobile – Page Element page, in the On Click Action field, select production_wip_enterQuantity_actionSubmit link.
-
On the Mobile – Action page, click Edit and select After Action Restlet or create a new one.
To create a new After Action RESTlet:
-
Next to the After Action Restlet field, click the new icon (
).
-
On the Mobile – Action pop up window, enter a Name.
-
In the Type list, select the Restlet.
-
In the HTTP Method list, select the 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.
-
-
On 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.
-
Next to the MfgMobile application, click UpdateApp.