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.
we currently have a regular expression that checks an LDAP value. If it is 1,3,5 it returns ACTIVE, anything else INACTIVE. That expressions is:expr:#DOMStatusCode#=([135])?(ACTIVE):INACTIVEWe have a new requirement to check for 0, if it is 0, then w...
Has anyone ever integrated with the mainframe to issue RACF commands to query users, create users, delete users, etc?I'm interested in your chosen approach- Were you able to use any out of the box adapters or did you have to write a custom adapter. ...
RC2008.3 SP5 HTTP Adapter to call web service - Authorization errorI've designed a service calliing an external task. This task is an agent for an HTTP Adapter. I'm trying to call a web service internal to the company. This web service requires p...
Conditional Rule - how do you setValue for Person type fieldsIn the old ISF world, I used to code the following to reset a person (select) type field:serviceForm.INT_SHAREPOINT_NEWSITE_REQUEST.SecondaryAdmin_disp.setValue(['']);You had to specify &...
The other thing you have to do to get the newscale webservices to work is to set up a couple of custom roles in organizational designer. When you create a new role, click on "Capabilities" on the right side. Click 'Add' , then pick "Web services". ...
I've been playing around with webservices in our dev env.The only thing we had configured was in Administrator to make sure that Enable Web services is turned on in the settings. I was using SOAPUI tool to consume the WSDL and make sample calls. i wa...
I just tried it in our version 2006.0.9 and it didn't execute the javascript. We also had a fix so firefox brower would work, so its possible that file fixed the problem.
I've only done the piece with copying what they selected (comma delimited list) to a different text area. I just did on onChange Conditional Rule with a setValue.
What version of RC are you on? rcFetch is highly customizable per site (eg. rc-lists.js). There are various versions of that framework. If at all possible, you should avoid coding rcFetch, as it is being deprecated and is not supported. If you have ...