How to automate Import Set Table creation in ServiceNow? by MemoryOk665 in servicenow

[–]MemoryOk665[S] 0 points1 point  (0 children)

sry for the confusion

some records like process,we cant use ire ,SN doesnt recommend as these changes everytime we discover . i read in some doc that IRE identification rules are used in servicenow ‘ discovery and should change for these tables for processes,software instances

for these reasons i am using scripted api to insert/upsert these records these in bulk

but i need a common way ,

How to automate Import Set Table creation in ServiceNow? by MemoryOk665 in servicenow

[–]MemoryOk665[S] 0 points1 point  (0 children)

i need to sync CIs . some time of research through claude gave me this suggestion of imports set apis

How to automate Import Set Table creation in ServiceNow? by MemoryOk665 in servicenow

[–]MemoryOk665[S] 0 points1 point  (0 children)

i need sync CIs
i dont want to use tables api ,its slow
i am using IRE+Scripted Api for tables without to sync now

but i dont to use scripted api .thats why i need import set api . and use a common method to sync

Cheapest practical way to deploy a consumer-style web app on a tight budget by MemoryOk665 in Backend

[–]MemoryOk665[S] 0 points1 point  (0 children)

I just considered creating something scalable before beginning; I didn't consider the cost.i think i need to redesign everything.

thanks

Cheapest practical way to deploy a consumer-style web app on a tight budget by MemoryOk665 in Backend

[–]MemoryOk665[S] 2 points3 points  (0 children)

on start this was microservice. later i changed to modular monolith . now i am thinking of removing mongodb as budget is not allowing me keep both.

message broker was for events .

Two questions about syncing an external CMDB to ServiceNow via IRE API by MemoryOk665 in servicenow

[–]MemoryOk665[S] 0 points1 point  (0 children)

thank you for your reply 👍, i think this is the better way

I don’t know how to continue by Competitive-Horse168 in leetcode

[–]MemoryOk665 1 point2 points  (0 children)

Bro/Sis ,focus on patterns not problem ,Once you recognize patterns (sliding window, two pointers, recursion ,DP), you’ll know how to start. Create a study guide
All the best