- 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
‎05-15-2020 01:54 AM
Hey,
You can create your custom from with HTML. & Record that information into specific table.
Like below Image I have Created a custom widget for you & shown few filed you can add as many as you wants. I am recording this into Incident table.
If the above code helps 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
‎05-15-2020 10:45 AM
Hi Siddhnath,
Thanks for your answer. I have tested your example and clicking the button inserts 3 or more records. On the other hand I need to show several fields of type choice of the table "tablanew" inside the widget, is that possible ?? . Example: In the table "tablanew" I have a field type choice "Duration" and it has the options ("2,4,6,8,10,12,14,16"). This "Duration" field appears in the widget as a choice and its values.
Your help please

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2020 02:22 AM
Yes it is possible with the help of static values. Like in below Image.
Hope this will help you. However I don't know how dynamically we can fetch all values of a particular field like you said for duration.
Now I am working on it If I get something I'll Let you know. & if you found please let me know.
If my 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
‎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