.obj file during object promotion

cncguru

Member
Hi Everyone,

Please help me clarify on the .obj file in following cases

I know that .obj file gets created during package build

1) For a table does the obj file exist only for table with table trigger?

2) When we promote a table from one path code to another, does the obj file gets promoted as well?

3)How does the obj file promotion fare in case of a bsfn and an NER?


Appreciate your input.
 
Last edited by a moderator:
cncguru,

See answers below:

1) For a table does the obj file exist only for table with table trigger?
Yes, for a JDE table trigger but not for a database table trigger.

2) When we promote a table from one path code to another, does the obj file gets promoted as well?
No, it is created with trigger build, either specifically called or in a package build. I've been caught a couple of times when I've forgotten to build the trigger or business function.

3) How does the obj file promotion fare in case of a bsfn and an NER?
It is created with business function build, either specifically called or in a package build.
 
Back
Top