Parameters for methods are not dinamically updated
Hello to everybodyI have a method that uses an attribute, which is defined as lookup over a custom table. This table contains lines of type <date - numeric ID>, such as "2013/JAN/08 - 0", "2013/JAN/09 - 1", "2013/JAN/10 - 2" and so on.
When I launch the method I have the LOV that lets me choose within the dates present in the table, and that is ok.
The problem is that if I delete or add some record to the table, the LOV is not updated dinamically, so if I ran the method once, then deleted for example record "2013/JAN/08 - 0" from the table, and rerun method, the LOV still shows date 2013/JAN/08 as a possible choice.
When I launch the method I have the LOV that lets me choose within the dates present in the table, and that is ok.
The problem is that if I delete or add some record to the table, the LOV is not updated dinamically, so if I ran the method once, then deleted for example record "2013/JAN/08 - 0" from the table, and rerun method, the LOV still shows date 2013/JAN/08 as a possible choice.
Tagged:
0