I have the requirement where user click the synckey, it will links to the detail page.
so getlist display the overview of the customer
eg: customer code , name
detail page display
eg: customer code, name , telephone, country
getlist & getdetail Mapping
i have a scenario like this
<b>GetList</b>
..............................
IMPORT
[nothing to map]
TABLES
[customerid , name]
<b>GetDetail</b>
.............................
IMPORT
[customer_code]
EXPORT <b>disabled</b>
[the detail data is here eg: customer id,name, telephone no, city,country]
TABLES
[nothing to match]
GetList have Import and Tables, in Tables , i click on the customerid,name,
but in the GetDetail, all the detail data is in export but the Export is disabled.
i have nothing to mapped with,
when i try to deploy an run the Mi application the first screen which is getlist , the data appear there is same as getdetail.
the EXPORT is disabled
when i try to run the function getlist / getdetail in R3 it returns the result as expected.
It is because the mapping problem.
http://i192.photobucket.com/albums/z231/yzme/screen1.gif
GetList-Table
http://i192.photobucket.com/albums/z231/yzme/screen2.gif
GetDetail-Import
http://i192.photobucket.com/albums/z231/yzme/screen3.gif
GetDetail-Export (disabled-cannot map)
http://i192.photobucket.com/albums/z231/yzme/screen4.gif
GetDetail-Table [nothing to map]
http://i192.photobucket.com/albums/z231/yzme/screen5.gif
pls advice .....
i will clarify further if you don't understand...
Message was edited by:
yzme yzme