Hi,
Once user click on the image, I need to show users’ info in employee file. After I set URL address, it directs to the Employee File window. But not showing users’ record. How to pass a parameter for the emp_id
Hi,
Once user click on the image, I need to show users’ info in employee file. After I set URL address, it directs to the Employee File window. But not showing users’ record. How to pass a parameter for the emp_id
You should use an element with Data Source then use element like count which can have image as well.
Hi
I tested your scenarios internal IFS environment and it worked for me when I edit URL as below.
You can pass emp_id like this.
You can try both below URLs. Both are working.
Notice that it's URL encoded. %3d here is the '=' character. The un-encoded form of the external search string will look like this:
EMP_NO=#USER_ID#
Hi
I tested your scenarios internal IFS environment and it worked for me when I edit URL as below.
You can pass emp_id like this.
You can try both below URLs. Both are working.
Notice that it's URL encoded. %3d here is the '=' character. The un-encoded form of the external search string will look like this:
EMP_NO=#USER_ID#
Hi
Thank you for the reply. It is worked. In my case, USER_ID and EMP_NO is not same. Therefore I changed the URL as below. It worked, Really appreciate your support.
ifsapf:frmTabCompanyPers?external_search=Company_Pers_API.Get_Person_Id(COMPANY_ID,EMP_NO)%3d#PERSON_ID#
Hi
Thank you for the reply. It is worked. In my case, USER_ID and EMP_NO is not same. Therefore I changed the URL as below. It worked, Really appreciate your support.
ifsapf:frmTabCompanyPers?external_search=Company_Pers_API.Get_Person_Id(COMPANY_ID,EMP_NO)%3d#PERSON_ID#
Hi
You are welcome and I'm happy to help
Further, I suppose you can use ‘=’ mark without using ‘%3d’. But I suggested to use ‘%3d’ as the IFS Documentation is suggested that format.
IFS_Technical_Documentation_External_Search
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.