My Stuff
Comments
-
@User_HWW8S, it seems that you provided the wrong URL since it is for the Item Fulfillments list, not the record in your first screenshot shown below: -Jack
-
Thanks for providing the requested additional information @Videcon Accounts. I tried following the same tutorial on my test account, and the Workflow worked as expected. Also, it appears that you did not miss anything per your screenshots. According to Step 7 Initiate and Validate the Workflow of the tutorial, your current…
-
Hi @brocha, Refer to the code snippet below for your updated requirement: <#if record.cseg_appf_business.id=='1'> <#-- use media image 606031 --> <#elseif record.cseg_appf_business.id=='2'> <#-- use media image 14502 --> <#else> <#-- insert applicable code here if record.cseg_appf_business.id is neither 1 nor 2 --> </#if>…
-
Hi @User_DFQMH, Testing on this, I was able to successfully copy the value of the Shipping Address Zip Code even from a Custom Address by using {shipzip} as the Formula in the Set Field Value action. See the screenshots below: Expected Result: Note: The field will be populated only on new records moving forward. If you…
-
Hi @User_HWW8S, Were you able to check on our follow-up questions above? -Jack
-
Hi @User_M4JOC, Did the given solution above work on your end? -Jack
-
Thanks for providing the requested screenshots @Videcon Accounts. Another thing, which tutorial did you base your Workflow on? Can you provide the link to it? Also, what is the goal it is trying to achieve? -Jack
-
Greetings @Videcon Accounts, Can you post screenshots of your Workflow setup so that we can check if you have missed anything? Please redact/mask sensitive information from your screenshots. -Jack
-
Greetings @PaulFleetwood, Upon checking the documentation of the Application Performance Monitor SuiteApp, it seems that Printing Performance Benchmarks are not yet a part of the SuiteApp's features. I haven't found an existing Enhancement Request about this, so feel free to submit one. You can do so by either submitting a…
-
Hi @User_DFQMH, See our response to your follow-up question here in the following thread you posted: -Jack
-
Greetings @User_DFQMH, Since Formulas only work for Non-Store Value Fields, you need to set up a Workflow or a Script instead that will populate the field if you need it to be a Store Value field. Hope this helps. -Jack
-
Hi @Dext3r, The errors you are encountering here are some instances of the instability concerns in the WYSIWYG Graphical Editor mentioned in our response to your other thread. Troubleshooting these errors requires that you toggle to Source Code mode and address the issues directly by modifying the problematic parts in the…
-
Hi @Dext3r, Thank you for providing additional details. See our responses to your inquiries and concerns: item.units was preset on the form, but it's more a case of that I don't understand why the add field wysiwyg doesn't work very well. Searching anything in there never seems to give the results I want and mostly all of…
-
Hi @OliverOO, Apologies for not getting back to you sooner as I just got access to a testing environment with Fixed Assets Management. Anyway, may we ask if there is a link between the Asset Record and the Journal Entry shown in your screenshot like a Related Record sublist or a Field where the link to the other record is…
-
Thanks for your reply @User_HWW8S. To clarify, try creating an Item Fulfillment from the Sales Order by clicking on the Fulfill button, and when you are in the Fulfillment Form, check if the Packages subtab is already there. See the sample screenshots below: May we also know the URL of the page shown in your first…
-
Greetings @Berkley Guse, The Bundle issues you are encountering can be only investigated by the support team since they are only the ones who have access to the tools and logs to troubleshoot such issues. With that said, continue coordinating with the support team through the support case to assist you throughout the issue…
-
Greetings @kees.netsuiteadmin, Upon checking, the ability to reference Item Fulfillment Fields in the Shipping Label Advanced PDF Template is currently a limitation. The following related Enhancement Request has been filed for the possibility of future implementation: Enhancement 351195: Advanced PDF/HTML Templates >…
-
Greetings @Dext3r, The field for Bin Number is not available in the Fields list because it is under the Inventory Detail subrecord on each line item. To print it, use the following field reference in the template: ${item.inventorydetail} For the Net Weight, I cannot seem to find it anywhere. Is it a Custom Field? On which…
-
Thanks for providing additional details @User_HWW8S. Since you do not have Item Fulfillments yet, can you try creating one from a Sales Order to check if the Packages subtab is already available? By the way, I also noticed that the screenshot you initially provided has a different look from the usual Item Fulfillment form.…
-
@User_M4JOC, refer to the added Advanced Template Code highlighted in the screenshots below. Note that the fields can be included in Advanced PDF Templates only since Basic PDF Templates cannot print Non-Store Value fields. Added Template Code: <#assign totaldepositamt=0.00> ...<#assign…
-
Hi @W. Strong, Do you have additional questions regarding your inquiry here? -Jack
-
Hi @User_JN952, Were you able to check on our follow-up question above? -Jack
-
Greetings @User_HWW8S, Can you confirm if the Packages subtab is shown in the Item Fulfillment Custom Form being used? See the sample screenshots below: -Jack
-
Glad to hear that your Workflow is now working @User_2D608 😀 As for your follow-up question, see the suggested Workflow Condition in one of our replies in the related thread below: By the way, we would greatly appreciate you clicking the "Yes" button for “Did this answer the question?” on the replies here that helped you…
-
Thanks for the clarification @User_2D608. I can see why your Workflow does not work by looking at one of the latest screenshots you provided. The Condition in the Workflow Definition page indicated in your screenshot below must be cleared. Since the Location field is initially blank, the Workflow will not initiate having…
-
Thanks for the update @User_2D608. In your first screenshot shown below, it seems you were using an incorrect trigger which is After Field Edit instead of Before User Submit. That could be why it didn't work. Also, make sure that your Workflow is configured as Event Based, both the On Create and On View or Update options…
-
Greetings @User_2D608, To achieve your goal, add a Return User Error action to your Workflow and configure it as shown in the screenshots below: Related SuiteAnswers Articles: 11518: Return User Error Action 40582: Workflow Conditions Hope this helps. If you find this reply to your question useful, others might be as well.…
-
Greetings @User_EINS1, Upon checking, NetSuite does not support PGP Encryption/Decryption yet. So, you will not be able to decrypt the encrypted file you have via SuiteScript. The following related Enhancement Request has been filed for the possibility of future implementation: Enhancement 417299: Support PGP…
-
Hi @User_CE1IU, Have you already gotten started on this? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the script development. Let us know if you have come across some roadblocks. -Jack
-
Hi @User_BHLPU, Did the given solution above work on your end? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will also get…