Difference between revisions of "Bxp API - Pop a URL"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) (Created page with "<h1>How to pop a URL demo</h1> <h2>Details</h2> <table> <tr><td width="200">Type</td><td width="350"> <select name="strEngine" id="strEngine" style="width:100%;" > <option...") |
Philip Lacey (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | = How to pop a URL demo = | |
| − | + | ||
| − | + | ||
| − | + | == Details == | |
| + | |||
| + | |||
| + | {| class="wikitable" | ||
| + | | Type | ||
| + | | | ||
<select name="strEngine" id="strEngine" style="width:100%;" > | <select name="strEngine" id="strEngine" style="width:100%;" > | ||
<option value="Lookup">Lookup</option> | <option value="Lookup">Lookup</option> | ||
<option value="Addition">Addition</option> | <option value="Addition">Addition</option> | ||
</select> | </select> | ||
| − | + | |- | |
| − | + | | System | |
| − | + | | <input type="text" name="strSystem" id="strSystem" value="client_demo" style="width:100%;" /> | |
| − | + | |- | |
| − | + | | User | |
| − | + | | <input type="text" name="strUser" id="strUser" value="bxpapi" style="width:100%;" /> | |
| − | + | |- | |
| − | + | | Password | |
| − | + | | <input type="text" name="strPassword" id="strPassword" value="bxpapi" style="width:100%;" /> | |
| − | + | |- | |
| − | + | | External Reference Code | |
| + | | <input type="text" name="strCampaign_Code" id="strCampaign_Code" value="bxpAPIDemo" style="width:100%;" /> | ||
| + | |- | ||
| + | | Phone Field | ||
| + | | <input type="text" name="strLookupField" id="strLookupField" value="strCDA_730_field_0_9" style="width:100%;" /> | ||
| + | |- | ||
| + | | Phone Number | ||
| + | | <input type="text" name="strLookupValue" id="strLookupValue" value="" style="width:100%;" /> | ||
| + | |- | ||
| + | | Generate URL | ||
| + | | <input type="button" name="btnConstruct" id="btnConstruct" value="Create URL" onclick="fn_bxpapi_construct()" style="width:100%;" /> | ||
| + | |} | ||
| + | |||
| + | == The URL == | ||
| + | |||
<table class="wraptable"> | <table class="wraptable"> | ||
<tr> | <tr> | ||
Revision as of 15:20, 25 May 2015
1 How to pop a URL demo
1.1 Details
| Type |
<select name="strEngine" id="strEngine" style="width:100%;" > <option value="Lookup">Lookup</option> <option value="Addition">Addition</option> </select> |
| System | <input type="text" name="strSystem" id="strSystem" value="client_demo" style="width:100%;" /> |
| User | <input type="text" name="strUser" id="strUser" value="bxpapi" style="width:100%;" /> |
| Password | <input type="text" name="strPassword" id="strPassword" value="bxpapi" style="width:100%;" /> |
| External Reference Code | <input type="text" name="strCampaign_Code" id="strCampaign_Code" value="bxpAPIDemo" style="width:100%;" /> |
| Phone Field | <input type="text" name="strLookupField" id="strLookupField" value="strCDA_730_field_0_9" style="width:100%;" /> |
| Phone Number | <input type="text" name="strLookupValue" id="strLookupValue" value="" style="width:100%;" /> |
| Generate URL | <input type="button" name="btnConstruct" id="btnConstruct" value="Create URL" onclick="fn_bxpapi_construct()" style="width:100%;" /> |
1.2 The URL
| URL for editing | <input type="text" name="strURL" id="strURL" value="" style="width:100%;" /> |
| Click to open | <input type="button" name="btnOpen" id="btnOpen" value="Pop URL" onclick="fn_bxpapi_launch()" style="width:100%;" /> |
| The URL |