Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Inbound Email template Conversion throws unexpected error
While Converting Inbound e-document I get unexpected error
Below is the template
I use this xml file to convert into a bill
<Bill>
<BillRefId>VEN0010110</BillRefId>
<Vendor>
<Entityid>VEN700034 Amazon</Entityid>
<Address>
<ZIP>10179</ZIP>
<City>Berlin</City>
<Street>ABC</Street>
<Country>Germany</Country>
</Address>
</Vendor>
<Expenses>
<Expense>
<Amount>100.00</Amount>
<Description>ABC</Description>
<TaxAmount>0.00</TaxAmount>
<ExpenseSubtotal>100.00</ExpenseSubtotal>
</Expense>
</Expenses>
<ItemSummary>
<GrossValue>100.00</GrossValue>
</ItemSummary>
</Bill>
When I click on convert button on Inbound E-Documents page it shows unexpected error I don't get any other error which can clarify what exactly is the root cause.
I also tried to run this map reduce script