Hi,
Perhaps I'm missing something. I'm trying all you explained with no result.
I'll try to explain better the problem:
- I've two forms (FormA, FormB)
- On FormA I've:
1. A Table Field showing some FormB columns (Request ID and other fields)
2. A button that should delete the selected/highlighted (isn´t it the same thing???) TF entries, i.e. that should delete the selected entries on FormB.
For achieving this I've developed the following:
1. An AL that runs on FormB, with a RunProcess action:
@@:Application-Delete-Entry <schema> <id>
2. An AL Guide including the aforementioned AL
3. An AL that runs on FormA, on button click (with Table loop on selected records and all this things...)
NO RESULTS. After clicking on FormA button, FormB opens in submit mode and nothing seems to happen.
I think the ARS documentation is a little bit poor:
-Where should I define the ROWSELECTED keyword?
-Is it important? If I check the table loop (over FormA TF)and the loop only on selected rows, isn't this enough?
-I don´t know how to define the RunProcess parameters; the $SCHEMA$ keyword will work or will I have to pass the name of the form? The second parameter, the request-id, how should I define this?
I'm using a test VM environment with ARS63p15
TIA
Björn.