IT Process Automation

 View Only
347 Entries
 
 
7 years ago
5 people recommend this.

CA PAM - Using IF's
 

I have posted many examples here in the community, but of course CA Technologies has several documentation and I do not intend to recreate anything, so I just ...

Attachments
7 years ago
1 person recommends this.

CA PAM - Using loop operator
 
 

 
01. Javascript_1

 

Process.count =0;
 
02. Loop
Repeat Count - How many times the operator will run?

 
03. Javascript_2
 

Process.count ...

Attachments
7 years ago
1 person recommends this.

CA PAM - Using doSelect for read ca_model_def  -  mfrmod
 
 
 

CA PAM:: How to use Invoke soap Method?  

 
 


 
 

01. Login

CA PAM::. CA SDM Web Service Login ...

Attachments
7 years ago
3 people recommend this.

CA SDM Web Service - Creating an object - configuration item.
 


 
 
UDSObjectList>
UDSObject>
Handle>prp:400219Handle>
Attributes>
Attribute DataType="2001">
AttrName>sequenceAttrName>
AttrValue>11AttrValue>
Attribute>
Attribute ...

Attachments
7 years ago
2 people recommend this.

applyXPath Function - CA Process Automation - 4.2.2 - CA Technologies Documentation  
 
 
Syntax / Sintaxe
sXML = applyXPath(xmlData, xpathQuery, namespaceAware, returnArray)
ArgumentsxmlData ...

7 years ago
2 people recommend this.

CA SDM Web Service - Creating an object - configuration item.
 

How works the createobject method? 

CA SDM::. Web Service createObject - nr - Configuration Item  
 


 

01. ...

Attachments
7 years ago
4 people recommend this.

A Little example 
 

How to use "Run JavaScript" Operator -  Convert a String to Int
 


 
 


 
 
 


 

var vString = "1";
var vFloat = parseFloat(vString);
var ...

Attachments
7 years ago
4 people recommend this.

ImagenDescription
01. Using the right click on process
 

Export
02. Select your need 03. Save

7 years ago
3 people recommend this.

How to use the Apply_Xpath?
 


 

Apply Xpath Operator - CA Process Automation - 4.2.2 - CA Technologies Documentation  

applyXPath Function - CA Process Automation - 4.2.2 ...

7 years ago
1 person recommends this.

CA SDM Web Service Doselect - Process Example
 
 

CA SDM::. CA SDM Web Service :: DoSelect method  
 
 
01. WSDL WIZARD
 
http://www.ca.com/UnicenterServicePlus/ServiceDesk ...

Attachments