Changes

Jump to: navigation, search

Post to External Server

175 bytes added, 21:34, 21 October 2010
no edit summary
</html>
</pre>
This is constant and should not be changed:
:'''&lt;form method="POST" action="/ex/ex_post.jsp">'''
'''Where:'''<br />* '''post_url = mandatory, server ''' - The url of server to which the data will be postedcodedid = (mandatory, @codedid@ will be replaced with encoded objectid)* '''update_fieldid = optional, customfield ''' - custom field id of where the response from the external server response will be stored, if present (optional) * '''ss_xxxxxx = variable ''' - Variable that will be passed to external server. * First :The first 3 characters of the variable name ("ss_") will be chopped removed before sending to external server. For example, "ss_claimant" will be changed to "claimant " when sending to external serversent.  These are constant and should not be changed:* '''&lt;form method="POST" action="/ex/ex_post.jsp">'''* '''&lt;input type=hidden name="codedid" value="@codedid@">:Note: @codedid@ will be replaced with an encoded version of the objectid when the page is loaded
0
edits

Navigation menu