- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question: I'm getting a "NULL" error when trying to upload my invoice template.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Answer: The "NULL" error is a result of a mergefield with no object connection. For example, a normal mergefield will be like below.
{ MERGE FIELD Account.Name \* MERGEFORMAT }
However, if you send the below, you will get the "NULL" error.
{ MERGE FIELD \* MERGEFORMAT }
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Answer: The "NULL" error is a result of a mergefield with no object connection. For example, a normal mergefield will be like below.
{ MERGE FIELD Account.Name \* MERGEFORMAT }
However, if you send the below, you will get the "NULL" error.
{ MERGE FIELD \* MERGEFORMAT }
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Invoice Template upload error
Hi, I' m trying to upload a template with my custom field created for the object Usage, like this <<Usage.NameOfMyField>> but the error is always null and I can't upload the document.
Can you help me, please?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Invoice Template upload error
Hi Frinaldi,
Are you using the custom field's Field Label or API Name?
Please try the API Name. It should have a __c suffix.
Cheers,
Kevin