Changes

Jump to: navigation, search

Updating Store Value System Variables with Pandora

151 bytes added, 01:05, 23 August 2012
no edit summary
 
When updating a [[Store Value - System Variable]] custom field using Pandora you have 2 options:
1) # Populate the actual value with Pandora2) # Prompt the SmartSimple server to calculate the value based on the field configuration
rset.addfieldnames("eventid,cf_v1234713");
var idx=rset.getnewrecnumber();
rset.addfieldvaluebyname(idx,'eventid',eventid);
rset.addfieldvaluebyname(idx,'cf_v1234713','ignore');
result=level23_update(false ,"",100022,2,rset);
==Important==
* Prefixing the custom field id with the letter "v" is only appropriate if the custom field is an [[Store Value - System Variable]] field.
0
edits

Navigation menu