Agile Developer

Alert notification:...
 
Notifications
Clear all

[Solved] Alert notification: Changes in level description field

2 Posts
2 Users
0 Reactions
369 Views
Posts: 609
Topic starter
(@banupriya)
Noble Member
Joined: 2 years ago

Issue: An alert that appears when changes are made to the level description field within the grid.
To reproduce this issue, please follow these steps:

  1. Login to the application using the provided link: https://uae.agilecloud.biz/uatrun/aspx/mainnew.aspx.
  2. Search for the 'Performance Evaluation' screen and locate the record with docid 'PE/2023/0000257'.
  3. Once the data is loaded, proceed to make changes to the level description in the 3rd row.
  4. Save the transaction.

Upon saving, an alert is triggered as described.

Version: Axpert 11.1-release 17


1 Reply
Posts: 602
Admin
(@axpertsupport)
Honorable Member
Joined: 2 years ago

As per product team comments, the issue lies within the definition. Please attempt to resolve it using the query provided below. Kindly inform us if the issue persists.

select p2.peparamsdtlid, p2.d_leveldesc,l.levelpoints from peparamsdtl p2, perevallevel l , peparamshdr p1 where l.perevallevelid = p2.levelname and p1.peparamshdrid = p2.peparamshdrid and p1.peparamshdrid = :tpeparamshdrid and lower(p2.leveldesc)=lower( :axp_dynamicfilter ) order by levelpoints suppose to be: select p2.peparamsdtlid, p2.d_leveldesc,l.levelpoints from peparamsdtl p2, perevallevel l , peparamshdr p1 where l.perevallevelid = p2.levelname and p1.peparamshdrid = p2.peparamshdrid and p1.peparamshdrid = :tpeparamshdrid and lower(p2.d_leveldesc)=lower( :axp_dynamicfilter ) order by levelpoints


Reply
Share: