We can create a saved search for display-only special order-created lines in the sales order. Search Criteria: Transaction Search: Type: Purchase Order Main Line: False, COGS Line: False, Tax Line: False, Shipping Line: False Item: Special Order Item: True Created From: Type: Sales Order Formula (Text): does not contain Drop Ship {customform} Search Result Columns:… Continue reading Saved search created to display only special order created lines in the report.
Month: June 2023
Suite Script Analysis
Suite Script Analysis helps identify potential issues, inefficiencies, and best practices within Suite Script codebase. Select the type, name, context to view performance of specific scripts. Navigation : Customization > Performance > SuiteScript Analysis Filter the scripts with Type, Name and Date SuiteScript details displays data such as the total number of users, logs, and… Continue reading Suite Script Analysis
Calculating Internal Return Dates
The client(Enlighten Smiles) would like to calculate the Internal return date and update them on the voucher record. The return date is calculated by using the current date and deployment parameters based on impression type. EXPRESS_INTERNAL_RETURN_DATE,DIGITAL_IMPRESSION,DIGITAL_INTERNAL_RETURN_DATE and STD_INTERNAL_RETURN_DATE are deployment parameter set in the account
Updates are not reflected in the schedule Reports
We created a Report and scheduled. We have updated the Report by adding filters. But in the Scheduled Email, the updates done in the Report are not reflected.ie, the email is sent with the old content. We edit and save the Report Schedule. But the content does not get updated. Solution Create a new schedule… Continue reading Updates are not reflected in the schedule Reports
Resolve Error: “Please Configure the Inventory Detail in Line 1 of the Item List” When Clicking Mark Shipped Button
Scenario The user is getting an error message saying: “Please configure the inventory detail in line 1 of the item list” after clicking the Mark Shipped button on the Item Fulfillment page. Solution The error is encountered whenever the Use Bins checkbox was marked on the Item record of the Item being fulfilled which is subsequent to the creation of the Sales Order and/or the Item… Continue reading Resolve Error: “Please Configure the Inventory Detail in Line 1 of the Item List” When Clicking Mark Shipped Button
Importance of mail security
Mail security is of utmost importance in today’s digital age. Emails are a common and essential means of communication for individuals and businesses alike. However, they are also susceptible to various security threats that can compromise sensitive information, lead to data breaches, identity theft, financial loss, and reputational damage. Here are some key reasons highlighting… Continue reading Importance of mail security
to convert date in this “Fri Mar 24 2017 00:00:00 GMT-0400 (Eastern Daylight Time)” format to”2017-03-24″ in suitescript
to convert date in this format “Fri Mar 24 2017 00:00:00 GMT-0400” to “2017-03-24” add module N/format. then use the method format. Eg: if(datedonated) { let lastDonation = new Date (datedonated); let formattedDate = format.format({ value: lastDonation, … Continue reading to convert date in this “Fri Mar 24 2017 00:00:00 GMT-0400 (Eastern Daylight Time)” format to”2017-03-24″ in suitescript
Google Bard Adds Images in Responses
Google has been making a big push into the world of AI. From Microsoft’s Copilot to a new image-generation chatbot, the company’s bringing a host of changes to its search engine and AI. On its Experiment updates page, Google revealed a major update to Bard that will allow it to add images in its responses.… Continue reading Google Bard Adds Images in Responses
Configuration Properties Updates
Applies to: SuiteCommerce, SuiteCommerce MyAccount, and SuiteCommerce Advanced The following configuration properties have been added with the 2023.1.0 release Property Label (SuiteCommerce Configuration Record) Property ID More Information Property Location (SuiteCommerce Configuration Record Tab > Subtab) Enable ACH PaymentsThis setting lets B2B customers make ACH payments using the checkout flow on your website. checkoutApp.isAchEnabledInCheckout Checkout Tab… Continue reading Configuration Properties Updates
Resolve the issue: The workflow did not execute for you during testing.
It’s a common workflow issue and can be solved by using one of the three methods mentioned below: Make sure that the Owner field on the workflow definition page is your user account. If the workflow release status is set to Testing, the workflow only runs for the owner of the workflow. If there is a workflow initiation… Continue reading Resolve the issue: The workflow did not execute for you during testing.