My Stuff
Comments
-
Hi @"4188728", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"AFGTech_AS", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"Katelyn M Pitts", I was able to get the same behavior when the role is not added on the Permissions tab of the Custom Transaction Types setup. The roles that could work with the instances of the transaction type must be added on this tab. This allows the users to use the Global Search for the Custom Transaction Type.…
-
Hi @"Katelyn M Pitts", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"PaulFleetwood", I was able to make the workflow set the Custom Entity Field value to the correct number of times the record has been modified. Here's the setup on my end. * Custom Entity Field I also used Integer Number type during testing. * Workflow Since the Custom Entity Field is initially null, I used the NVL…
-
Hi @"Stuart Cameron", You may implement this through workflow. We need to add a Set Field Value workflow action for the equivalent value on B custom field for each option on A custom field. Here's how I did it on my end. You may use this as guide. I added Set Field Value workflow action for each drop down option on my…
-
Hi @"AC-5455", I was able to pull the Coupon Code using ${promotions.couponcode} on the Advanced PDF/HTML Template source code. Here's the Coupon Code on Promotions tab of the Sales Order record. This is how I added it on the source code and how it is displayed on the printed Sales Order. I hope this helps. @"Pauline Joy…
-
Hi @"3970123", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"Mark_BRIT", As an alternate solution, you may use workflow to send an email with the template format you mentioned. Kindly follow the workflow setup below as guide in implementing the workaround on your end. Custom Email Body format {organizer} has requested your approval of an event Rooms Requested: {location} Date:…
-
Hi @"Stuart Cameron", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"Channel Mechanics", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"KamikazeePanda", Upon further testing, I was able to pull the correct Req # on my end using ${transaction.tranid} on Email Templates and {tranid} on Send Email workflow action. Below is the result on my end. Requisition record Email Template using ${transaction.tranid} Email received using email template above Send…
-
Glad I could help, @"New_44789"
-
Hi @"4180980", Kindly try changing the if condition to <#if record.giftcertapplied lt 0><#setting number_format="##0.00;($##0.00)"> and see if it will work on your end. @"Pauline Joy Cac-Oracle"
-
Hi @"KamikazeePanda", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"AC-5455", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
No worries, @"Martha Hakes". I'm glad I was able to help
-
Hi @"mdouglas_7227", I wasn't able to replicate your concern on my end. Kindly check the following and let us know if Serial Numbers is still not exposed on the Source From list: * Serialized Inventory and Inventory preferences are enabled under Items & Inventory subtab on Setup > Company > Setup Tasks > Enable Features *…
-
Hi @"Martha Hakes", I noticed from the screenshot that the condition on your Set Field Value workflow actions under the Sublist Action Group is sourcing it from Sales Order (Sales Order is selected on Record column on the Condition Visual Builder). Kindly try changing the condition to the attached image…
-
Hi @"Martha Hakes", Apologies for the late response. The reason why the Create Line workflow action is only triggered based on the workflow logs is because it's set to run upon entering the Sales Order record (Trigger on: Entry) where Customer field is not yet set. The Trigger On should be set to Before Record Submit…
-
Hi @"dle_35705", Upon further checking, the ability to print the Code and Amount Remaining from the Gift Certificate subrecord on Billing tab > Payment sub tab is not yet available. It is still logged as enhancement (Enhancement 509881: Advanced PDF Template > Sales Order > Be able to print Gift certificate sublist) on…
-
Hi @"New_44789", The Store Value option of a custom field derived from formula should not be marked to allow the sourcing of its value. Marking the Store Value check box will make the custom field null. Since the value is not stored on the backend, global search indexing for the custom field is not available which is why…
-
Hi @"RickG_1136", Upon further investigation, the scenario you would like to implement is not possible through Show Message action on Workflow. However, this is possible through scripting. If you need further assistance with the creation of the script, please let us know so our Scripting Team could suggest sample codes…
-
Hi @"JCirocco", This component is part of the SuiteSuccess - Data Migration|WD bundle. You may reach out to your AMO to provision this bundle on your account. @"Pauline Joy Cac-Oracle"
-
Hi @"SWIN", I created a Custom Transaction Line field and a workflow that sets its value to the value of Expected Ship Date standard field during testing. However, Custom Transaction Line Fields are not yet exposed on the Customize Sublist page of Approve Transfer Orders and is logged as a limitation on NetSuite system…
-
Hi @"RickG_1136", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"fb743282-fb74-4b1b-8608-2d2b8b354df2", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. Pauline Joy Cac-Oracle Ask A Guru
-
Hi @"Chance Fry", This is to acknowledge that we have received your question. We'll further test this on our end and get back to you as soon as possible. @"Pauline Joy Cac-Oracle"
-
Hi @"4180980", Kindly try changing condition syntax to the sample below and let us know if it worked on your end. You may also use SuiteAnswers 63393 - Advanced PDF/HTML Templates > Conditional If Statement for Checkbox for reference. @"Pauline Joy Cac-Oracle"
-
Hi @"Lewalsh11741", Kindly note that the Use Location on Address Forms preference found on Setup > Company > Printing & Fax > Printing tab is not applied when using Advanced PDF/HTML Templates. You may use SuiteAnswer 66375 - Setup > Company > Printing & Fax Preferences > Use Location Address On Forms = T > Advanced…