Saturday, September 8, 2018

How can a category be renamed in iProc?

From the Schema Editor page, search for the category you want to rename and
click the Rename button. When you rename a category, all of its descriptors
and properties are retained.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...