Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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