Question
CGI
IN
Last activity: 8 Sep 2016 11:15 EDT
Issue with tabbed layout
Hi,
- 1) “Clear” Button
- Open personal tab
- Search with First Name and Last name as “mm”
- Click “Clear” after the list is displayed. We are refreshing the Parent section i.e. which contains Search tabbed layout section and Searchresults section.
Issue 1:
- The list is not cleared "Search_Customer.CustomerSearch(<CURRENT>)"
Issue 2:
- The control moves to the first tab “Card/Account #”
Thanks in Advance!
Best Regards
U Rajasekhar
Hi,
- 1) “Clear” Button
- Open personal tab
- Search with First Name and Last name as “mm”
- Click “Clear” after the list is displayed. We are refreshing the Parent section i.e. which contains Search tabbed layout section and Searchresults section.
Issue 1:
- The list is not cleared "Search_Customer.CustomerSearch(<CURRENT>)"
Issue 2:
- The control moves to the first tab “Card/Account #”
Thanks in Advance!
Best Regards
U Rajasekhar
***Updated by moderator: Lochan - User still needing assistance. Adding #helpme tag***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
IN
Hi Rajasekhar,
I tried it again at my end and i see that I get the error too.
For each page In does require a pagelist.
Please find attached a document with my screenshots to help you further.
Do let me know if you have further queries.
KInd Regards,
Gisela
Hi Rajasekhar,
Would the following be helpful:
- Configure an action on click of 'Clear' to call the refresh this section and in the same action try invoking the datatransform to re-set the values?
Please let me know how this works for you and also can you please share a screenshot of how you are trying this currently.
Regards,
Shan
CGI
IN
Hi Shanmukha,
We are doing the same thing i.e. on click of 'Clear' to call the refresh Other section i.e. Parent section and in the same action try invoking the datatransform to re-set the values.
Do you know the solution for Issue 1:
- The list is not cleared "Search_Customer.CustomerSearch(<CURRENT>)"
Updated: 30 May 2016 7:46 EDT
Any specific reason why you would want to refresh parent section, instead of search section. This might be the reason to navigation of the control to first tab.
For re-setting the values, Can you confirm that CustomerSearch a pagelist?
CGI
IN
We have to refresh Search section and search results section both. Since both are included in Parent section, we are refreshing Parent section.
Yes, CustomerSearch is page list.
CGI
IN
Hi Rajasekhar,
I tried to reproduce this and the following is working for me. Can you update the datatransform as follows:
In my case above, Emails is a pagelist and pyemailaddress is the property in that page list. I have removed pyemailaddress and i could see the changes in the UI
As per this, in the second step of your datatransform remove firstname and lastname separately,.
Please let me know how this works for you
-Shan
CGI
IN
Hi Shan,
As per my understanding, in your example you are removing property of each Page in page list.
Our requirement is to remove the Pages of Page list.
Scenario 1: We have to remove ALL pages from page list.
Scenario 2: We have to remove specific pages from page list.
Thanks & Regards
U Rajasekhar
Would the following work:
For each page : Search_Customer
Remove : CustomerSearch
CGI
IN
Search_Customer is a Page and CustomerSearch is a Page List.
Pegasystems Inc.
GB
CGI
IN
CGI
IN
Can someone please response to issue.
Thanks in Advance!
Best Regards
U Rajasekhar
CGI
IN
Can someone please response to issue.
Thanks in Advance!
Best Regards
U Rajasekhar
Pegasystems Inc.
IN
Hi Rajasekhar,
If you want to remove all pages from the pagelist, just select Remove as the action and specify the pagelist name as the target.
In my example, Customer is a page and CustomerSearch is a pagelist
If you specify CustomerSearch(<CURRENT>) then only the current page in the pagelist gets removed each time you click the button. That is if you have 3 records, you will have to click the button 3 times to remove all the pages.
Kind Regards,
Gisela
CGI
IN
CGI
IN
Pegasystems Inc.
IN
Hi Rajasekar,
Is Search_Customer a page list ?
In my example, I had used a pagelist property.
Thanks,
Gisela
CGI
IN
Hi Gisela,
I am following below steps as you shared.
Customer is a page and CustomerSearch is a pagelist
In my case Search_Customer is Page. When I save it throwing error as shared earlier communication, It is expecting Pagelist
Best Regards
CGI
IN
Hi All,
I am following below steps as shared.
Customer is a page and CustomerSearch is a pagelist
In my case Search_Customer is Page. When I save it throwing error as shared earlier communication, It is expecting Pagelist
Best Regards
U Rajasekhar
Accepted Solution
Pegasystems Inc.
IN
Hi Rajasekhar,
I tried it again at my end and i see that I get the error too.
For each page In does require a pagelist.
Please find attached a document with my screenshots to help you further.
Do let me know if you have further queries.
KInd Regards,
Gisela
CGI
IN
Thanks