You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm trying to add a custombody field to a journalentry post, has anyone got an example of what the structure looks like for this.
I've tried the following which doesn't work. it just seems to get stripped out of the soap payload.
"customFieldList": [
{
"custbody_journal_description": {
"type": "String",
"value": "journal description"
}
}
],
Any suggestions welcome.
The text was updated successfully, but these errors were encountered:
It looks like from the code that the current version doesn't support customFieldList outline the lineList for a journal. I believe this is the correct structure
"customFieldList":
[
{
"type": "String",
"scriptId": "custbody_journal_description",
"value": "journal description"
}
],
Hi
I'm trying to add a custombody field to a journalentry post, has anyone got an example of what the structure looks like for this.
I've tried the following which doesn't work. it just seems to get stripped out of the soap payload.
"customFieldList": [
{
"custbody_journal_description": {
"type": "String",
"value": "journal description"
}
}
],
Any suggestions welcome.
The text was updated successfully, but these errors were encountered: