Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 232413

Re: Specifying field names that contain the colon character in SQL queries

$
0
0

I am not sure if this will work but you may try using extra hidden fields in the task form as well:

     <input type="hidden" id="REQUEST_MY_FIELD" value="REQUEST:EXTFLDV_500221">

     <input type="hidden" id="REQUEST_MY_FIELD_HTML" value="REQUEST:EXTFLDV_500221_HTML">

 

Then it could be possible to pass these values to your query (not sure about the query for inserting task history record though):

     :lHISTORY_DESC[REQUEST_MY_FIELD + :lREQUEST_MY_FIELD],
     :lHISTORY_DESC_HTML[REQUEST_MY_FIELD_HTML + :lREQUEST_MY_FIELD_HTML],


Viewing all articles
Browse latest Browse all 232413

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>