I have a search and report datapage. The user can edit fields from the details page. When the user updates the record (clicks submit) I would like to reset parameters and at the same time pass the customer ID parameter.
In the Datapage Wizard Destination Options I have destination after record update to go to new page. For the page URL I have inserted:
This will reset the parameters and pass the Customer ID field. the problem with this method is that the Customer ID value is displayed on the details page and I don't want this.
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.
Question
cflapt
I have a search and report datapage. The user can edit fields from the details page. When the user updates the record (clicks submit) I would like to reset parameters and at the same time pass the customer ID parameter.
In the Datapage Wizard Destination Options I have destination after record update to go to new page. For the page URL I have inserted:
https://b2.caspio.com/dp.asp?AppKey=......... &cbResetParam=1&cbCustomer_Id=[@field:Customer_Id]
This results in the parameters being reset but does not pass the Customer_ID parameter.
As a side note I am able to reset parameters and pass the Customer ID field if I just have a link in the datapage, e.g., View All Customer Notes
Why doesn't this work when I use it as a destination page URL after record update?
One final side note is that I can achieve my desired result if I do the following:
1. Include the Customer_Id field in the details page
2. insert the following as the destination page URL : https://b2.caspio.com/dp.asp?AppKey=... ... ........... &cbResetParam=1&Customer_Id=[@EditRecordCustomer_Id]
This will reset the parameters and pass the Customer ID field. the problem with this method is that the Customer ID value is displayed on the details page and I don't want this.
Thanks in advance for the help.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.