Skip to Content
0
Mar 09, 2012 at 10:23 AM

STVN 3 SP1 SuccessionPlanning - use Titan_APPROVED to predefine input field

28 Views

Dear group,

I need to preset the value for the status field of inputform Titan_Position_KeyPosition_Add to "APPROVED".

The field should be hidden and just pass the value the the function module call.

I found the validationtype Titan_APPROVED

<validationtype><![CDATA[Titan_APPROVED]]>

which is having the definition

<validation>
<control>
<cssclass>TitanHiddenInput FixedText</cssclass>
<type/>
<jsfunction/>
</control>
<minlength>1</minlength>
<maxlength>100</maxlength>
<invalidcharacters>
<character><![CDATA[%

 
 
  
  |
 
 

 
 
  
  {
 
 

 
 
  
  }
 
 

 
 
  
  [
 
 

 
 
  
  ]
 
 

 
 
  
  *
 
 

 
 
  
  _
 
 

 
 
  
  )
 
 

 
 
  
  (
 
 

 
 
  
  <
 
 

 
 
  
  >
 
 


 
 

 
 


 
 

 
 


 
 
]]>

Unfortunately the input field is not filled with "APPROVED" against my expectations. There is the equivalent validationconfiguration "Titan_NOMINATED" which is working fine filling the input field with "NOMINATED".

Does anybody know how or where this FixedText for "NOMINATED" is defined and why it is not working for "APPROVED" ?

Thanks a lot,

Ingo