Jump to content
  • 0

Updating Deployment codes - Application wide Caspio site - intergration URL


Corpcat

Question

I have a question about integration URL which must be updated by next week.

If I have a script in a HTM block as per below, 

<iframe frameborder="1" name="Find Project" src="https://au1.caspio.com/dp.asp?AppKey=aabb2000f1be6cf4bec84f92a589" style="width:100%; height:600px" title="Find Project">Sorry, but your browser does not support frames.</iframe>

The new deploy URL is https://c0eib342.caspio.com/dp/aabb2000f1be6cf4bec84f92a589

Can I just replace 

"https://au1.caspio.com/dp.asp?AppKey=aabb2000f1be6cf4bec84f92a589"

with

https://c0eib342.caspio.com/dp/aabb2000f1be6cf4bec84f92a589

 

Also in the case where I am passing a parameter should I be using & or ? 

 

<iframe frameborder=0 style="width:100%; height:700px" name="Document_Entry Web Form_New" title="Document_Entry Web Form_New" src="https://au1.caspio.com/dp.asp?AppKey=aabb20003c459fa6fab94c8dbe01&Grace_Bar_Code=[@Grace_Barcode_No]&Recal_Box_No=[@Recal_Box_No]">Sorry, but your browser does not support frames.</iframe>

Should look like this

 

<iframe frameborder=0 style="width:100%; height:700px" name="Document_Entry Web Form_New" title="Document_Entry Web Form_New" src="https://c0eib342.caspio.com/dp/aabb20003c459fa6fab94c8dbe01&Grace_Bar_Code=[@Grace_Barcode_No]&Recal_Box_No=[@Recal_Box_No]">Sorry, but your browser does not support frames.</iframe>

Should look like this??

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi Corpcat,

You can just redeploy your DataPages, new deployment codes with the updated Caspio Site URL will be generated.

And for the passing of parameters, the process is still the same. It should look like this:

<iframe frameborder=0 style="width:100%; height:700px" name="Document_Entry Web Form_New" title="Document_Entry Web Form_New" src="https://c0eib342.caspio.com/dp/aabb20003c459fa6fab94c8dbe01?Grace_Bar_Code=[@Grace_Barcode_No]&Recal_Box_No=[@Recal_Box_No]">Sorry, but your browser does not support frames.</iframe>

Hope this helps.

 

-JolliBeng

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...