Defaulting Legal entity using profile options
Summary
Defaulting Legal entity using profile optionsContent
hello,
we have 7 different legal entities that are using the same ledger with the sequence per legal entity option enabled, after applying this option the system started to ask for the legal entity value in the GL journal entry header (as per the attached image).
i am trying to default this value per user using the profile options task as following:
1- create new profile option for General ledger application and shared setups module, using the following SQL statement (SELECT name, legal_entity_id from XLE_ENTITY_PROFILES order by name).
2- assigned the above profile option for the users with the desired legal entity value.
3