プロフィール
コメント
-
Thank you for suggesting a solution and continuously helping other members in the community, @Tafara! ? --- I tried the same setup on my end and I was able to print the custom transaction line field on standard and custom PDF layout. Marking Store Value check box when using formula won't make the formula calculate the…
-
Thank you for sharing your insights and for always sharing your expertise on the community, @JohnCirocco! --- I agree with John, @Ancana. You may bill multiple Purchase Order on a single Vendor Bill. The field is not yet available and is logged as an enhancement request through Enhancement 173052: Customize the Vendor Bill…
-
Thank you for posting a new thread on the community, @farrago! To help us further with our investigation, can you confirm if you're referring to font size of standard NetSuite emails or emails generated from workflows?
-
Apologies for the confusion. I tested custom transaction body fields and it worked for this type of field. Upon further testing, the standard fields Coupon Code, Discount Item, Promotion, Discount Rate are still showing when viewing Sales Order on the Customer Center role even these fields are hidden on the preferred sales…
-
I hope the suggested actions helped you built the workflow on your end, @rburns515! If you have questions with workflow or script, the community is here to help ? If you find the response helpful, don't forget to click "Yes” on the “Did this answer your question” to help the community check the best answer on the thread.
-
Thank you for posting a new question on the community, @Kellyann ? To help us further with our investigation, can you share the following details: Role used in fulfilling and billing the Sales Order Screenshot of affected Sales Order (Please remove any confidential information) Is this the only Sales Order you can't bill?…
-
Hi @Asher_123, The fields on the preferred sales order form should be modified to make it the same with the preferred external sales order. Hope this helps! If you find this reply to your question as helpful, others with the same question might find it helpful as well. By marking “Yes” on the “Did this answer your…
-
Hi @rburns515, Below is a guide on what possible actions you may add on the workflow to achieve the scenario. Kindly note that on some of these scenarios, script is required. You may further verify by testing this on your sandbox/production account and see if it fits your client's business requirements. If you encounter…
-
Hi Lily, I'll tag our scripting gurus here to help you with your script ? --- We need your expertise here, @Erick Dela Rosa-Oracle and @Mikko De La Fuente-Oracle. Can you confirm if Lily is using the correct syntax?
-
Hi @dle_35705, Just want to check if you were able to add custcol12 on a new customized Standard Packing Slip template. I tested this again I was still able to print the custom line field value using the source code you've provided. The setup on the screenshots you've attached are also the same setup on my end.
-
Hi @HoJo, Run permission level for Searching/Reporting allows the users to see the custom field values on existing saved searches where it is added. They won't be able to add the custom field on a new saved search. On the other hand, Edit permission level for Searching/Reporting allows the users to add the custom field on…
-
Thank you for posting a new thread on the community, @eleran ? We'll further test this and get back to you with our findings and steps to guide you in implementing this on your account. --- To other community users, feel free to comment your insights below! ?
-
Hi @lilywu, Adjustments sublist (ID: inventory) is not yet exposed on workflow which is the reason why the workflow setup is not working as expected on Inventory Adjustment record. As of now, the only available sublist is Items. The scenario you've mentioned is not yet possible through workflow. Upon further checking, you…
-
Hi @Asher_123, I was able to replicate your concern on my test accounts. The form used when viewing the Sales Order using the Customer Center role is the preferred internal sales order form. Upon further checking, the behavior is logged as enhancement through Enhancement 96781 : Customer Center > See Orders > When viewing…
-
I tested the template code on some test accounts and I was able to print the vendor name. I only changed the custom field id for the Vendor Name during testing. Can you try modifying the Standard Packing Slip Template and add custcol12? Let's see if you'll get the same result.
-
Thank you for bringing this thread to our attention, Karen! Upon further checking, the ability to print only one label per item instead of quantity is not yet possible and is logged through the enhancements below: Enhancement 130194: Transactions > Sales > Enter Sales Order > Save > Print Label – ability to print item…
-
Hi @jmack_admin, If Marketing Automation feature is enabled on Setup > Company > Enable Features > CRM, you can create a custom field list using Campaign List/Record type. Standard Lead Source Field List of Lead Source on List > Marketing > Marketing Campaigns Custom Field Setup on Custom Record Custom Field on Custom…
-
Hi @Hakam Karawi, Did the suggested alternate solution worked for your business requirements? Let us know if you need further assistance ?
-
Hi @Ian T, Were you able to check the custom line field setup again? Let us know if you need further assistance ?
-
Hi @Toanne van de Ven, Upon further checking, Bundle 312584 - Bill of Lading is a managed bundle and modifying template source code or any component setting is not advisable as these will be overwritten after bundle updates are pushed to your account. I suggest submitting a case to the Support Team so they can file an…
-
Hi @dle_35705, Upon further checking, updating the Partner Commission Plan record through CSV import is not yet possible and is tracked through Enhancement 140571: Commissions > Create commission schedules/plans using CSV import. As of now, there's no documented workaround for this behavior yet. You may vote for this…
-
Hi @User_IEG0P, Upon further checking, the ability to set specific file name format when attaching PDF files on email is still logged as an enhancement request through Enhancement 169158: Setup>Company>Printing, Fax and Email Preferences: Ability to customize PDF file name format for emailing. As of now, the only way to…
-
Thank you for creating a new thread on the community, @dle_35705! ? One of our gurus who has the expertise on your concern will further check this and get back to you with updates. To other community members, feel free to comment your insights below! ?
-
Hi @Hormese Paul, Upon further investigation, Image type is not yet supported on Workbook. You'll also notice that standard image related fields on Item record is of select type on Analytics Browser and these are available fields on Item dataset. I suggest using saved search instead if this is feasible and submit an…
-
Thank you for creating a new thread on the community, Joanna! ? One of our gurus will further check this behavior and will get back to you with updates. We need your expertise here, @Patrick Fresnosa-Oracle. Any ideas? -- To other community members, feel free to comment your insights below! ?
-
Thank you for providing screenshots, @dle_35705! May I also ask for the template source code so I can further investigate this on my test account?
-
Thank you for sharing the template code, @jdelacruz. Upon further checking, Bundle ID 340017 - Oracle NetSuite WMS where ItemLabelZPLTemplate.txt template is used for item label printing is a managed bundle. Modifying template source code or any component setting is not advisable as these will be overwritten after bundle…
-
Hi @Hakam Karawi, To link the transaction records to the Subcustomer, I was thinking we could add a custom body field displaying list of subcustomers available. You may edit the view on Customer record to see what subcustomer is linked to the transaction record. You may check the steps below and see if the solution works…
-
Hi @Ian T, You've mentioned that the {quantity})*{custcol19} formula did not show any results. Store Value check box might still be enable on the Transaction Line Field setup which is why the formula is not calculating. Here's the setup of the custom line fields on my end: Net Weight custom line field sources Item Weight…
-
Hi @jdelacruz, You may add the code below before the closing tag for table on the ZPL template: <td align="right"><pagenumber/> of <totalpages/></td> Let us know if this works for you. If you need further assistance, you may also share the template source code so we could further test it on our end ? If you find this reply…