I need to add the value of a client setting to the below session relevance statement that I am creating for REST API call
Add this or something like it (not required to have the else statement , just nice to have)
of (value of setting “Destination” of client as
string)) else (“No Data - Client Setting Does Not Exist”)
to this
(source id of fixlet of it as string,source severity of fixlet of it as string,source of fixlet of it as string,category of fixlet of
it as string,name of fixlet of it as string,name of computer of it as string, last became relevant of it as string )of results from (bes fixlets whose (fixlet flag of it and display name of site of it contains "Patches for Windows")) whose (exists first became relevant of it and relevant flag of it = true) of bes computers
First part of is now working and now I need to add to second part.
( name of it, (if (exists client settings whose (name of it = "Department") of it) then (value of client settings whose (name of it = "Department") of it) else "None") ) of bes computers
( (value of client settings whose(name of it = "Department") of it | "None") of computer of it, source id of fixlet of it as string,source severity of fixlet of it as string,source of fixlet of it as string,category of fixlet of
it as string,name of fixlet of it as string,name of computer of it as string, last became relevant of it as string )of results from (bes fixlets whose (fixlet flag of it and display name of site of it contains "Patches for Windows")) whose (exists first became relevant of it and relevant flag of it = true) of bes computers