Hi, i can suggest to add in that active link (on gain focus) check if the row is realy selected (you must have colomn representing the 'Request ID' in the table - col_RequestID), i.e the colomn col_RequestID != $NULL$.
Cheers, Plamen Ivanov www.remedy.bg On 23 Фев, 12:47, Vani Masilamani <[email protected]> wrote: > Hi All, > > I have a scenario as below, > > We do have a delete button and a table field. > Whenever there is a selection of the record in table, delete button gets > enabled. Clicking the delete button deletes the record. Delete button > remains enabled. Works fine in Remedy user. > > But when the same operation is carried out in Mid tier, selection of record > in table enables the delete button. But on clicking the delete button, > record in the table is not deleted as well button gets disabled. > > We do have two active links as below, > > 1. on lose focus of the table disable the delete button > 2. on gain focus of the table enable the delete button > > Any suggestions on the issue? > > Regards, > Vani M. > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

