isUpdate is falsely true even no update is happening
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2016 06:32 AM
I'm creating import to Configuration mgmt, cmdb_ci_server class.
i'm trying to log all different actions for the data, updates (few different options) and inserts.
insert is easy, no problems there.
but, update cannot be achieved as system pretends to be updating everything (except Inserts) everytime EVEN nothin has Changed.
any reason for that ?
Any way to log correctly all different updates.
have tried all variables of isUpdate, all different Ignore's and in everywhere (transform map script, transform script (onAfter, onBefore etc...)
Thanks,
Jake
New to ServiceNow...
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2016 07:22 AM
Hi Jake,
Are you referring to "action" transform script variable? As that variable can only be "insert" or "update":
Otherwise, can you please provide an exact example?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 11:58 PM
well, yes and no
this is no longer problem.
I believe that i were just doing things in wrong place
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2018 04:48 AM
Hi @jarrko auvinen and sergiu.panaite,
Do you have update/s on this? I am also experiencing this. I am always receiving the value of True in isUpdate and value of "update" in action variable even if I am importing records that are non existent on the target table. Kindly help!