"g_from.save" doesn't work!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 08:05 AM
I checked the client in the UI action and used "g_from.save( );".
However, the record is not saved and when I try to leave the screen I get a popup telling me what was not saved.
There are about 30 customized fields.
When I searched for other articles, it was written that the list field and the choice field were the cause.
But I need these fields to meet my requirements.
Even if you execute "g_from.save( );", it doesn't work without an error, so I don't know the cause.
Can anyone help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 06:36 AM
Can you post a screenshot of your UI action page? That will be the fastest way to help.
there are probably about 5 or 6 things that need to be set up for it work.
did you fill in the onClick function field, and then create a function with that name in your script, with g_form.save() inside?
that also needs to be setup for a client script to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 06:28 AM - edited 12-16-2022 06:29 AM
I'm sorry everyone.
I was not allowed to attach an image.
Please close this question.