CA Service Management

 View Only

CA SDM::.SPEL::. find_msg() 

Mar 03, 2017 12:49 PM

Overview

 

Usage

 

Results

 

Examples

 

if (is_empty(classic_enabled) || downcase(classic_enabled) == "no")
     {
          logf(ERROR, find_msg(5, 251));
     }

 

set_return_data(find_msg(5, 910));

 

uuid who;    
send_wait(0,top_object(), "call_attr", "cnt", "current_user_id");   
who=msg[0];   
string log;  
log = find_msg(63, 80, chg.chg_ref_num, task.sym);  
send_wait(0, top_object(), "call_attr", "api", "generic_activity_log", who, chg.persistent_id, log, "LOG", 0, 0);   
if (msg_error()) {   
  logf(ERROR,"Error %s",msg[0]);   
}  

 

 

 

Where can I find Spel functions documentation? 

Statistics
0 Favorited
9 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.