|
4197 | 4197 | " });\r", |
4198 | 4198 | " } \r", |
4199 | 4199 | "}\r", |
4200 | | - "pm.execution.setNextRequest(\"Retrieve the List of Business Accounts\");" |
| 4200 | + "pm.execution.setNextRequest(\"Create a Bill of Material\");" |
4201 | 4201 | ] |
4202 | 4202 | } |
4203 | 4203 | }, |
|
4433 | 4433 | "//Sign out and set the next request\r", |
4434 | 4434 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
4435 | 4435 | "pm.acuFunc.singOutFunction(pm, url);\r", |
4436 | | - "pm.execution.setNextRequest('');" |
| 4436 | + "pm.execution.setNextRequest('Retrieve the List of Business Accounts');" |
4437 | 4437 | ] |
4438 | 4438 | } |
4439 | 4439 | }, |
|
4765 | 4765 | "//Sign out and set the next request\r", |
4766 | 4766 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
4767 | 4767 | "pm.acuFunc.singOutFunction(pm, url);\r", |
4768 | | - "pm.execution.setNextRequest(\"Create a Contact with Attributes\");" |
| 4768 | + "pm.execution.setNextRequest(\"Retrieve a Configuration Entry\");" |
4769 | 4769 | ] |
4770 | 4770 | } |
4771 | 4771 | }, |
|
4846 | 4846 | "//Sign out and set the next request\r", |
4847 | 4847 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
4848 | 4848 | "pm.acuFunc.singOutFunction(pm, url);\r", |
4849 | | - "pm.execution.setNextRequest(\"\");" |
| 4849 | + "pm.execution.setNextRequest(\"Update a Configuration Entry\");" |
4850 | 4850 | ] |
4851 | 4851 | } |
4852 | 4852 | }, |
|
4917 | 4917 | "//Sign out and set the next request\r", |
4918 | 4918 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
4919 | 4919 | "pm.acuFunc.singOutFunction(pm, url);\r", |
4920 | | - "pm.execution.setNextRequest(\"\");" |
| 4920 | + "pm.execution.setNextRequest(\"Create a Contact with Attributes\");" |
4921 | 4921 | ] |
4922 | 4922 | } |
4923 | 4923 | }, |
|
8516 | 8516 | "//Sign out and set the next request\r", |
8517 | 8517 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
8518 | 8518 | "pm.acuFunc.singOutFunction(pm, url);\r", |
8519 | | - "pm.execution.setNextRequest(\"Create a Project from a Project Template\");" |
| 8519 | + "pm.execution.setNextRequest(\"Update Dates in Production Orders\");" |
8520 | 8520 | ] |
8521 | 8521 | } |
8522 | 8522 | }, |
|
8917 | 8917 | "//Sign out and set the next request\r", |
8918 | 8918 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
8919 | 8919 | "pm.acuFunc.singOutFunction(pm, url);\r", |
8920 | | - "pm.execution.setNextRequest('');" |
| 8920 | + "pm.execution.setNextRequest('Update Dates in a Production Order');" |
8921 | 8921 | ] |
8922 | 8922 | } |
8923 | 8923 | }, |
|
9009 | 9009 | "//Sign out and set the next request\r", |
9010 | 9010 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
9011 | 9011 | "pm.acuFunc.singOutFunction(pm, url);\r", |
9012 | | - "pm.execution.setNextRequest('Update Dates in Production Orders');" |
| 9012 | + "pm.execution.setNextRequest('Create a Project from a Project Template');" |
9013 | 9013 | ] |
9014 | 9014 | } |
9015 | 9015 | }, |
|
10231 | 10231 | "//Sign out and set the next request\r", |
10232 | 10232 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
10233 | 10233 | "pm.acuFunc.singOutFunction(pm, url);\r", |
10234 | | - "pm.execution.setNextRequest(\"Create a Purchase Return from a Purchase Receipt Record\");" |
| 10234 | + "pm.execution.setNextRequest(\"Create a Purchase Receipt with Allocations (with Expiration Date)\");" |
10235 | 10235 | ] |
10236 | 10236 | } |
10237 | 10237 | }, |
|
10318 | 10318 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
10319 | 10319 | "pm.acuFunc.singOutFunction(pm, url);\r", |
10320 | 10320 | "//Set the next request\r", |
10321 | | - "pm.execution.setNextRequest(\"\");\r", |
| 10321 | + "pm.execution.setNextRequest(\"Create a Purchase Return from a Purchase Receipt Record\");\r", |
10322 | 10322 | "" |
10323 | 10323 | ] |
10324 | 10324 | } |
|
11195 | 11195 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
11196 | 11196 | "pm.acuFunc.singOutFunction(pm, url);\r", |
11197 | 11197 | "//Set the next request\r", |
11198 | | - "pm.execution.setNextRequest(\"Create a Credit Memo\");\r", |
| 11198 | + "pm.execution.setNextRequest(\"Create a Direct Sales Invoice That Includes a Return\");\r", |
11199 | 11199 | "" |
11200 | 11200 | ], |
11201 | 11201 | "type": "text/javascript", |
|
11281 | 11281 | "var url = pm.collectionVariables.get('InstanceURL');\r", |
11282 | 11282 | "pm.acuFunc.singOutFunction(pm, url);\r", |
11283 | 11283 | "//Set the next request\r", |
11284 | | - "pm.execution.setNextRequest(\"\");\r", |
| 11284 | + "pm.execution.setNextRequest(\"Create a Credit Memo\");\r", |
11285 | 11285 | "" |
11286 | 11286 | ] |
11287 | 11287 | } |
|
0 commit comments