Hi all please how can add (script) to the attribute of object veiw in the ADF thanks fpr all

User, tell us your version of jdev, please!

Sorry to say, but your question makes no sense. An attribute must not and will not hold a creation script (a script ddl if you like). You can assign a sql script to an attribute such as ' select name from employee where employee_id = empid "where empid is another attribute of the object of the view.

You can get the following from a sequence sequence number and assign it to an attribute using groovy as shown here https://tompeez.wordpress.com/2011/09/02/using-groovy-expression-to-set-a-primary-key-with-a-sequence-number/

Timo

Tags: Java

Similar Questions

Maybe you are looking for