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