- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 01:38 AM
I need to make a form that opens from a widget and allows me to record information to a "newtable" table. The form should show me some of the fields in the "newtable" table and with a button save the selected values from that form to the "newtable" table. All this from service portal.
Please help in giving me an idea or if you have any documentation to be able to work from there.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2020 07:45 AM
Yes Dynamically also it is possible with the help of "sn record picker directive"
here is the link which will help you.
https://serviceportal.io/downloads/snrecordpicker-example/
If somehow I helped you, then please mark my answer Correct and Helpful.
Thanks and Regards:
Siddhnath Pandey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2020 07:09 AM
Please share the above code shown in snapshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2020 01:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2021 12:44 AM
Is it possible that we take two fields from form and check it with another table, if matched then that records should be displayed after submitting form. Eg. user enter blood group and city, that should be checked with donor table if matched, that matched records should be displayed when form submitted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2021 08:30 AM
Hello Siddhnath,
I'm trying to achieve the similar requirement.
I used your code to insert record in the incident table but facing an issue-
Whenever I'm filling only the description and not the short description, my record is getting created and showing me the Info message as well.
I do want to make these two fields mandatory.
Please suggest how can I proceed, I tried to use in HTML "required" attribute but no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2021 05:23 AM
Duration is not written in client script. How to write in client script for choice field?