- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2015 12:53 AM
Hi ,
I am trying to insert record using GliderRecord in table chat_message but i am not able to set the To and From field.I haven't worked with Documnet ID type fields.
Can anyone please suggest how i can populate those document id field using Glide Record
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2015 01:19 AM
Hi Mukesh, the field is called to_id, so set current.to_id = sys_id. from_id is the name of the From field. You may also need to set the to_table and from_table with the name of the tables that the document is coming from as well, for instance:
current.to_id = incident.sys_id;
current.to_table = 'incident';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2015 03:27 AM
Hi Adam,
Did you got any fix for this issue ? I tried even after disabling ACL but no luck it's still same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2015 03:30 AM
Hi Mukesh. Sorry, yes I did spend a good half an hour yesterday looking at this but the field doesn't seem to want to be mapped to. I can't see any obvious rules or policies that should be blocking it, so I need to have another look.
You should try logging a support ticket for this in the meantime!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2015 09:38 PM
Hi Adam,
Thanks for the extra effort you put to help me, reaching HI for further assistance on this issue.Will let you know the solution they advice.