Skip to main content
Solved

See ROWVERSION/OBJVERSION in Custom LU

  • September 2, 2020
  • 2 replies
  • 430 views

durette
Superhero (Customer)
Forum|alt.badge.img+19
  • Superhero (Customer)
  • 526 replies

On a custom LU, I’d like to create a read-only reference field to expose MY_CLT.ROWVERSION in the client presentation. Expressions or SQL statements against t.rowversion or v.objversion don’t appear to work. Is there a way to show this field to the users, short of creating another persistent field?

(My preference would be a solution that exposes the field without intermediate functions so the database can honor an index on it.)

Best answer by paul harland

hi Kevin,

the following works fine in Apps 10.  I’m guessing you’ve tried this, in which case it must be a difference Apps 9 vs. 10… (?)

 

 

View original
Did this topic help you find an answer to your question?

2 replies

paul harland
Superhero (Employee)
Forum|alt.badge.img+24

hi Kevin,

the following works fine in Apps 10.  I’m guessing you’ve tried this, in which case it must be a difference Apps 9 vs. 10… (?)

 

 


durette
Superhero (Customer)
Forum|alt.badge.img+19
  • Author
  • Superhero (Customer)
  • 526 replies
  • September 2, 2020

This is what I ended up using:

TO_DATE(v.objversion, 'YYYYMMDDHH24MISS')

 

The GET_ function in the _CLP package means there’s no way to enable indexing. 😞

 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings