Posts: 108
Threads: 35
Joined: Nov 2015
Likes Received: 5 in 5 posts
Likes Given: 1
Country:
Hello
I'm trying to copy some default values into wizard fields.
Specifically, I'm at "Create New Task" wizard, trying to copy into "Group" some group/role related with the CI at incident. I can't overwrite the select query because it is possible to use this group-role or select another group.
Somebody knows if it's possible and any way to do it?
thanks.
•
Posts: 376
Threads: 0
Joined: Nov 2015
Likes Received: 34 in 33 posts
Likes Given: 1
Country:
(09-09-2019, 03:12 AM)egomez Wrote: Hello
I'm trying to copy some default values into wizard fields.
Specifically, I'm at "Create New Task" wizard, trying to copy into "Group" some group/role related with the CI at incident. I can't overwrite the select query because it is possible to use this group-role or select another group.
Somebody knows if it's possible and any way to do it?
thanks.
Hello,
Perhaps you should duplicate this wizard before modifying it
P.ABBE
ABBE Philippe, proud to be a member of EV CONNECT FORUM since Nov 2015.
•
Posts: 376
Threads: 0
Joined: Nov 2015
Likes Received: 34 in 33 posts
Likes Given: 1
Country:
(09-11-2019, 01:56 AM)egomez Wrote: Hi Philippe
I've never tryied this... Do you know how duplicate the wizard? Just copy de line from "C_WIZARD" table or also need to duplicate other related with C_WIZARD ??
If I duplicate the wizard and assign different name (button label) we could avoid some problems
thanks
(09-10-2019, 08:44 AM)ABBE Philippe Wrote: (09-09-2019, 03:12 AM)egomez Wrote: Hello
I'm trying to copy some default values into wizard fields.
Specifically, I'm at "Create New Task" wizard, trying to copy into "Group" some group/role related with the CI at incident. I can't overwrite the select query because it is possible to use this group-role or select another group.
Somebody knows if it's possible and any way to do it?
thanks.
Hello,
Perhaps you should duplicate this wizard before modifying it
P.ABBE
Hello,
yes copy the C_WIZARD line, modify ID and GUID in the XML
Referral new ID in :
C_WIZARD_REFERENCE
C_BLOCK_C_WIZARD (if wizard is in a block)
C_QUERY_C_WIZARD (is wizard is in a list/view)
P.ABBE
ABBE Philippe, proud to be a member of EV CONNECT FORUM since Nov 2015.
•