Best Of
Re: Deploy Project - Access Denied
Hey @Mikko De La Fuente-Oracle - after some experimentation, I figured out that if I changed deploy.xml to just deploy objects, the deploy succeeded.
I then realised that I don't have a 'Web Site Hosting Files' folder in my development account. When I just deploy my SuiteScripts folder, deployment succeeds.
So the 'access denied' seems to relate to the non-existent (or at least not currently visible to me) web site hosting files folder.
Thanks for you help!
Re: AskAGuruLive with Jack about Customizations and Workflows (July 20, 2022)
How are you doing @User_VAYT1?
Glad that you asked that question.
Looping in an Approval Workflow is usually caused by having Exit States where the workflow restarts once it has reached any of them. See one of my answers in the following thread to fix the issue:
-Jack
Re: Customizing component portion of Assembly/BOM Item Type
Hello @Emil T.,
Good day!
Customizing the Component Sublist is possible via the Advanced Bill of Materials feature.
For further information, kindly check the SuiteAnswers below:
Utilizing Advanced Bill of Materials with Advanced Manufacturing - ID: 67434
Re: AskAGuruLive with Jack about Customizations and Workflows (July 20, 2022)
Tip#1: Unsure which checkbox to mark under the Applies To subtab to apply a Custom Field for a certain Transaction Type?
Look no further! Have the appropriate checkbox marked for you by going to Customize link (form's upper-right side) > New Body Field/New Column Field on the target transaction page you need to apply the custom field to.
Notes:
- For some records, the Customize link is only available on Edit mode.
- Applying Custom Fields to types which multiple transaction records are categorized under such as Sale, Purchase, etc. will automatically show the field for all the underlying records. To exclude some records, click the Apply to Forms button after creating the custom field, then unmark the checkbox(es) under the Show column for each Transaction Form for exclusion, then click Save.
-Jack
Re: How to display Gross amount with tax amount on the Sales by Item Detail
Good day! I tried to check also on the report but it seems the gross amount is not captured. Can you try creating a custom column field that will copy the tax rate. Then check if the field will be available in report. Pull that rate then create a formula column to multiple the amount to the custom column rate?
I usually just use the saved search for that one and use this formula.
ABS(({amount}*{taxitem.rate})/100)
Hope any of my suggestion would help. Thanks!
Best regards,
Emil
Emil T.
Re: Item Approval Workflow. Approve Button does not appear for Approver
Hi @User_VAYT1
Good day! Can you check the workflow settings? For the event of the workflow since this is an approval workflow, maybe set to create only as image below. Then try again if the same scenario will happen for the button.
Hope this helps. Thanks!
Best regards,
Emil
Emil T.
Re: Billing Schedule
You can use a workflow to change forms based on “role” & just use 2 forms.
CDuf
Re: Uses of Class in transaction
Class are like classification similar to department, location for tracking the financial segment. You can rename it as required.
Classes are categories that you can create to track records such as financials, transactions, and employees. Classes are useful for wider segments within your business. For example, if you have created a department for your sales team, you can create classes to track information on sales transactions such as new customers and repeat customers. Sales orders would then indicate whether the transaction was created for a new or repeat customer. This is useful in tracking where income and expenses are generated.
Re: Billing Schedule
Hi @Paul Salkeld,
Good day! When I checked the standard form of the SO, it seems when you tick both billing schedule, the billing schedule will only show on the lines. If you untick in the sublist, then it will appear on the billing tab. So it seems you really need to create 2 separate custom form. And label it properly for identification. Now if you want it to be triggered by identification, you can create a workflow to change the custom form once a class is selected, so meaning class is first selection then it will load the form you prefer to use. Hope this helps. Thanks!
Best regards,
Emil
Emil T.
Re: email invoice in excel
Hi,
If you would like to send a single email, then you might have to go ahead with SuiteScript approach. You can design a Suitelet to send the email or a scheduled email which triggers at specific time to send email against all Invoices for which the emails are not send. You can store the files as an attachment on Invoice record and use it to resend in future as well.



