My Stuff
Comments
-
Hi @"m.hagan", I'm sorry to hear that. I understand that this must be frustrating on your end but do you have other accounts where the workflow was initially tested? This could help you recreate the workflow. If none, the only way we could retrieve the workflow is through data restoration process. Upon further…
-
Hi @"4140685", Upon further investigation, the Give Access field is exposed on the Set Field Value workflow action Field selection while the Send Notification Email field is not available on the list. It is a current limitation on workflow to automatically mark Send Notification Email check box when Give Access check box…
-
Hi @"rmaher", You may check SuiteAnswers ID: 49137 - Advanced PDF/HTML Templates: Print Child Custom Record Entries or other Child Subrecord for reference. Basically, the concept is that the User Event Script will process the data in the saved search used in the sublist of the custom record. Then, the information returned…
-
Hi @"Jyothi R", Apologies for the confusion. The tobeemailed field ID is for the To Be E-mailed check box while the email field ID is for the standard email field beside the To Be E-Mailed checkbox. Notice that the value being pulled when you used tobeemailed field ID is F, which means that the value of To Be E-mailed…
-
Hi @"Jyothi R", I believe it would be best to create another custom field on Sales Order where you can store the Bill To email from SFDC. You may add the value of this custom field on the Email field along with the primary and custom field emails from Customer record by adding the field ID on the formula of the Set Field…
-
Hi @"Julian Heuser", If the custom field you've created sources its value from Customer record through Sourcing & Filtering tab settings, the initial value it pulls from the source field will be the only value stored on the field. If there are changes made on the source field, the custom field will no longer be changed to…
-
Hi @"rgrantCanada", As an alternate solution, a custom sublist is needed to filter all estimates and opportunities associated to the Contact record. Here are the steps you may use as reference. * To create a custom transaction saved search that will be used as custom sublist:* Navigate to Lists > Search > Saved Searches >…
-
Hi @"basem.mohamed", The ability to print the child custom record type of a custom record type is still a limitation on Netsuite. There's an enhancement (Enhancement 304767: Customization > Forms > Advanced PDF/HTML Template > Edit any Custom Template > Source custom subrecord) currently logged for this request and there's…
-
Hi @"Jyothi R", You can actually concatenate the value of the standard Email address and the custom entity field from the Customer record directly into the To Be E-mailed field of the Invoice record. Here's the setup of the Set Field Value workflow action. This action should run Before Record Submit so that the Send Email…
-
Hi @"DavidChristiansen", Upon testing this on my test account, it seems that the standard fields ${tranline.quantityordered}, ${tranline.quantityremaining}, and ${tranline.quantity} being called on the source code of the Packing Slip advanced PDF template are pulling the correct and expected values. During my testing, I…
-
Hi @"Allllan", I agree with @"Michelle Jabanes-Oracle"'s suggestion, you may use the steps below as reference in implementing it on your existing workflow. In the sample below, the Case record is automatically created and associated after the Sales Order has been saved. * To create the a custom transaction body field that…
-
Hi @"rmaher", Upon further investigation, it is a current limitation of Netsuite and there's an existing enhancement (Enhancement 327319 - Scriptable Template > Unable to pull up sublist from a Custom Record using <#list customRecord.recmachcustrecord8 as sublistItem>) currently logged for this request. You may vote for…
-
Hi @"lilywu", Upon further investigation, the fields are not being pulled on the Advanced PDF/HTML Template. As an alternate solution, you may create a custom transaction line fields for Transfer Price and Amount applied to your Item Fulfillment and a user event script will pull the value from the related Transfer Order…
-
You're welcome, @"kimt" @"Pauline Joy Cac-Oracle"
-
Hi @"lilywu", In addition to @"Mikko De La Fuente-Oracle"'s suggestion, you may also use workflow in disabling the Item Name/Number field when updating an item record. Below is a sample workflow you may use as reference. On State 1, add a Set Field Display Type workflow action to set the Item Name/Number to disabled.…
-
Hi @"3989173", The Email Address type of custom field is only accepting one valid email address by design when entered manually thus, it returns Please enter a valid email address. message when you manually entered test@gmail.com;test123@gmail.com on the custom field. As an alternate solution, a formula is used to…
-
Hi @"3967582", This is possible. Here's a sample workflow setup you may use as reference when implementing it on your end. In the example below, the Memo field value should be carried over to the Event record created from the Estimate record. Here's the workflow setup I created on my test account. The value from the Memo…
-
You're welcome, New_44789
-
Hi New_44789, Since the workflow is executed on Testing release status, the value on the new custom field (Annual Salary $) will only be displayed on your Administrator and Financial Controller roles. The Execute As Admin forces the system to execute the workflow as a user with administrator role so the workflow should run…
-
Hi NS_YB, Can you confirm if there's a field selected on the Custom Sublist page for the sublist added on the Campaign record? @"Pauline Joy Cac-Oracle"
-
Hi NS_YB, Assuming that you have a custom field with List/Record of Campaign on your Opportunity form with the same setup below, we can use this as the filter of the saved search used for the custom sublist. Here's the setup of the saved search I created on my end to show all the opportunity record associated to a specific…
-
Hi @"MSStoke", You may also try creating an if else statement directly on the advanced PDF template source code to check the country of the shipping address and display the corresponding text on the printed invoice. The feature to pull the value of each fields on the address (e.g. Country, State, Zip) has only been…
-
Hi @"kimt", Here's a sample workflow you may use as reference if you want the email sent after the task has been created to also be viewed on the Customer record. * Workflow setup * Send Email workflow action that will send an email to the employee when the record is saved * Send Email workflow action that will send an…
-
Hi @"3968939", Adding border on the printed item label is only possible through customizing Item Advanced PDF/HTML Template. You may follow the SuiteAnswers ID: 74420 - Add Border Lines on the Sides of the Table in Advanced PDF/HTML Template linked by Mikko to add the border on the template. * To use the advanced template…
-
Hi @"New_44789", If the Administrator role has access to the locked custom field, I suggest we implement a workflow that will set the value of another custom field to the value of the locked. Assuming that setup of the locked field is the same as the screenshot below: You may create another custom field with the setup…
-
Hi @"PaulFleetwood", In addition to @"Mikko De La Fuente-Oracle"'s suggestion, you may also use a scheduled workflow to send an email to the assignee of the task record due on a specific day. The Send Email workflow action can include the link to the task record on the email and the body of the email could be customize…
-
Hi New_44789, Is the Administrator role also not added on the Access tab of the custom field? Assuming that the custom field access is set as below and locked from the bundle setup, the workflow won't be able to copy the value from this field and set it on another field specially if the role is not given a permission on…
-
Hi @"5d280e4b-3082-48ec-8767-6655081cec0e", May we ask for the screenshot/s of the custom line fields' setup? Please remove any confidential information. Thank you. @"Pauline Joy Cac-Oracle"
-
Hi @"Martha Hakes", Do you receive any error messages via email when executing the workflow? Can you try setting the recipient to the email address set on the Customer record and see if this will work? Below is the setup of the Send Email workflow action on my end. @"Pauline Joy Cac-Oracle"
-
Hi @"Martha Hakes", It is best to use Entry on Trigger On as the action will be executed once the scheduled time has been reached and the upon entering the state where the action is added. You may use SuiteAnswers ID: 40596 - Workflow Triggers as reference. Here's the setup of the workflow on my end. I was able to receive…