Minha área
Comentários
-
To confirm, I should be able to access Legacy Tax detail through the US Sales Tax Reports before switching to SuiteTax. Does that mean Legacy Tax is not visible within the same report after switching to SuiteTax?
-
Should I be able to see all tax data (both legacy and new) from within the US Sales Tax Reports that are part of SuiteTax? The only sales tax reporting options available through SuiteTax are: Standard Tax Report, Country Tax Reports, and US Sales Tax Reports. I can confirm that all tax data is available through the…
-
Has something changed to how joined fields are accessed on Checks through Advanced PDF templates? I just tried utilizing this suggestion and the value in the field check.entity.printoncheckas doesn't display when mapped in the Check Advanced PDF Template.
-
United States and whatever reports are available. I cannot see migrated historical transactions using the US Sales Tax Reports so I don't know if this is available for historical reporting.
-
Is there a reason this issue with the associated solution is not documented in SuiteAnswers? I spent too much time looking in SuiteAnswers when the answer wasn't available there.
-
As a follow-up to my initial comments. The Vendor Code field is not a field that can be mapped on a PDF or sourced in a custom field. The solution I came up with was: create a custom Transaction Line Field that is free-form text. This can but doesn't need to be visible on the form. I then created a UserEvent script that…
-
I am looking to reference the same value, when I follow these instructions for Purchase Transactions, all I get is the vendor name, not the vendor code as indicated. When I try to set a default value referencing item.vendorcode I get "ERROR: Field item.vendorcode Not Found." Is this a situation where I need to create a…
-
My script is parsing the ID for searching purposes only. It does not return that value to the online form, it is returning other fields to the form.
-
I have identified the fields I want to search on in the Online Custom Record Form configuration but when a record is submitted the search functionality isn't executing and a duplicate record is being created. I am trying to identify if there could be any issue around the search functionality on the Custom Record ID because…
-
I have a form level client script on the Online Form that calls a Suitelet. The client script captures a value entered in the form and passes that value to the Suitelet which then performs a search on that value and returns the value of two fields from the record that are then passed back to the client script and populated…