Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Limits to the SQL Statement when creating External DictionariesDoes RC not provide the ability to concatenate multiple db columns into a single dictionary field? When trying a query like: SELECT Col1 + Col2 AS NewCol1 FROM Tbl1 we get an error("Unk...
rcfetch documentation?Does anyone know where nS publishes documentation on the rcfetch call? I found ISF documentation on their tech document site, but it does not provide any info on their rcfetch call.Thanks in advance.
Order another RequestCenter service using HTTP AdapterHello All,Has anyone attempted to try and utilize the nS http adapter to order another RequestCenter service via the ServiceLink RAPI? We have some services which actually direct you to order othe...
What about if you setup a primary task either as a Service Group Review or Authorization to autocomplete in these scenarios which would notify the group via an email notification of the upcoming work. Then have the Delivery task setup as a schedule ...
I agree with the out of box feature, but if you wanted you could always either add code to display a prompt until the processing is complete, or as you describe change the mouse pointer to an hourglass(only visual).//Set Cursor to hourglassdocument.b...
Thanks, I will then have to go with setting up an internal free form dictionary then use active form rules to populate the field with an onload database data retrieval.
You have a couple options depending on the complexity of variations, if you only have a couple conditions you could configure multiple fields with the subset of values you want to display. Then using ISF unhide and hide the appropriate dictionary, wh...
What about having your custom ISF onload script first run a db query (on older version called a rcFetch) which would evaluate if the person loading form is a member of the site admin ou.Here's a rough example:ISF_onLoad(){ rcFetch('Q1','Q1PL=' + User...