Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add a custombody field to a journalentry #129

Open
nickallan opened this issue May 13, 2024 · 1 comment
Open

how to add a custombody field to a journalentry #129

nickallan opened this issue May 13, 2024 · 1 comment

Comments

@nickallan
Copy link

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.

@nickallan
Copy link
Author

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"
}
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant