sys_impex_entry script field, how to use it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2018 02:05 AM
We would like to create a custom calendar integration where one of the two date (dtstart in particular) is calculated based on dtend.
We would like to avoid using a custom field and a business rule, since we already have a mapping going on, it seems that it would be much more logical editing the mapping.
calendar integration relies on sys_impex_map and relative sys_impex_entry, the latter appear to have a script field in the table that is displayable manually on the form, but I can't find any way to use it... the idea would be to return the value we want using it.
Is there anyone that knows this?
Thanks
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2021 09:27 AM
Any idea on this? I am still trying to figure out how to use the script field on sys_impex_entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 03:40 AM
I would also like to use the script to assign a value to dtend. Has anyone been able to do this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2022 06:55 AM - edited ‎10-12-2022 06:57 AM
as far as I know and as I have been able to try, this script is not run in any case.
my usual attempts start with putting an unconditional gs.log into the script and in this case nothing has been logged.
if you notice, the script field is available only in Default view and if you choose Field mapping view, there is no script show in it.
the same statement is valid for Variable mapping as well, no script run afaik, no log message logged, no idea how and if at all this can be used.