プロフィール
コメント
-
Hi, Thank you for posting and welcome back! Please allow our gurus to check into this. Have a great day!
-
Hi, Upon checking, this is a system limitation for now. The following related Enhancement Requests have been filed for the possibility of implementing those features in the future: Enhancement 112870 Transactions > Inventory > Reallocate Items - Ability to customize the list view to be able to add/remove columns. You can…
-
Hi, Is it possible to send a screenshot of the workflow you have created so that we may be able to check into this? What record is the workflow applied to? Thank you, Joahnna
-
Hi, The reason why I have suggested the script from the SuiteAnswer Articles I have sent is that to have the Client Script deployed and run on existing records since you have suggested that you cannot use user event script though ideally this is the type that is needed for this kind of customization. The SuiteAnswers…
-
Hi, You have mentioned that you are trying to follow a documentation, would it be possible to know what documentation is it? Also, may I know what type of Script are you deploying? (Suitelet, RESTlet, User Event, Scheduled, Map/Reduce, Client, Portlet, Mass Update, Workflow Action, Bundle Installation) We will wait for…
-
Hi, Thank you for posting and welcome back! Please allow our gurus to check into this. To other members, feel free to share your insights. Have a great day!
-
Hi, Thank you for posting and welcome back! Please allow our gurus to check into this. To other members, feel free to share your insights. Have a great day!
-
Hi, Apologies, I might have misunderstood the concern before. You may use this query select trandisplayname,tranid,status,BUILTIN.DF(status) from transaction where type='CustInvc'; Note that I used where type='CustInvc'; since the trasaction you want is Invoice. We will then get something like this Here is a SuiteAnswers…
-
Hi, You would need to create a script and deploy it to the record you want it to be applied. You can paste the script in a platform you prefer to use, for example notepad++ and save it using .js Upon saving, navigate to customization > Scripting > Scripts > New then upload the file you have created. Then Click Create…
-
Hi, It seems like it has something to do with data?eval syntax. Would it be possible to send the whole code of the Advance PDF so that I may be able to test this on my end? Also, it seems like the custbody_atlas_svcs_mm_json is a Custom Body Field. Kindly send a screenshot of it's setup so that I may be able to test this…
-
Hi, May I know what error is showing? Kindly send a screenshot of it. Also, is it possible to send a screnshot as well for the Workflow Logs? Under the System Information tab, Workflow History, click Log. Thank you, Joahnna
-
Hi, As of now there is no other article regarding this. Thank you for understanding, Joahnna
-
Hi, Here are a couple of SuiteAnswers you might check: 77028 43364 8367 Hope these help. 😊
-
Hi, Thank you for posting and welcome back! Hi John, Thank you for sharing your thoughts 😊 Have a great day!
-
Hi, Thank you for posting and welcome back! Please allow our gurus to check into this. To other members, feel free to share your insights. Have a great day!
-
Hi, Thank you for posting and welcome back! Please allow our gurus to check into this. To other members, feel free to share your insights. Have a great day!
-
Hi, Please allow us some more time to check into this. To other members, have you experienced the same concern? If so, feel free to let us know about your insights. Thank you, Joahnna
-
Hi, Thank you for posting and welcome back! Please allow our gurus to check into this. To other members, feel free to share your insights. Have a great day!
-
Hi, Thank you for posting and welcome back! Please allow our gurus to check into this. To other members, feel free to share your insights. Have a great day!
-
Hi, A gentle follow up on the additional information requested 😊 Do you still need our help regarding this? Thank you, Joahnna
-
Hi, Did the given solution above help address your requirement? If so, we would greatly appreciate you giving us an update and clicking "Yes" on “Did this answer your question?” for the solution post which will also help us and the other community members track replies that are meaningful.
-
Hi, Did the given solution above help address your requirement? If so, we would greatly appreciate you giving us an update and clicking "Yes" on “Did this answer your question?” for the solution post which will also help us and the other community members track replies that are meaningful.
-
Hi, Did the given solution above help address your requirement? If so, we would greatly appreciate you giving us an update and clicking "Yes" on “Did this answer your question?” for the solution post which will also help us and the other community members track replies that are meaningful.
-
Hi, Follow the steps below 1. Navigate to Customization > Workflow > Workflows 2. Edit the existing workflow 3. Double click On State 1, click New Sublist Group 4. Configure the following on the workflow action settings: - Trigger On: After Record Submit - Sublist: Item 5. Click Save 6. Click Sublist Action Group (the one…
-
Hi, I have tested this on my end as well. It seems like it is not possible through basic customization. This is possible through creating a new Script and is also possible through Workflow but to set proper expectations, please be informed that the scope of our support here in the NetSuite Support Community does not…
-
Hi Michael, Yes it seems like it is. Have a great day, Joahnna
-
Hi, I have found a Suiteanswerd ID you might check 71961 Populate Shipping Address Subrecord Values in Transactions Using Script 34550 SuiteScript 1.0 > Client Script > Set the Shipping Method based on the Shipping State selected on Sales Order Let us know if these works 😊
-
Hi, Did the given solution above help address your requirement? If so, we would greatly appreciate you giving us an update and clicking "Yes" on “Did this answer your question?” for the solution post which will also help us and the other community members track replies that are meaningful.
-
Hi, You have mentioned "There is a Workflow and Saved Search created to convert a $0.00 total sales order record/transaction to a cash sale." Do you mean to say that there is already an existing workflow and it is the one converting 0.00 Amount Sales Orders to Fulfilled? Then Covert this 0.00 amount Sales Order Fulfilled…
-
Hi, For testing purpose, kindly make sure that the Advanced PDF/HTML Template that is being used is the one we have added the Code I have sent and that the record is using the Custom Form the Template is applied. On the record, hover on the Customize and click Custom Form Double check on the Print Template dropdown if you…