Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Type of Enhancement - Declaration vsersus Code.

Former Member
0 Kudos

Hello,

I read that if the code has any data declarations it should be defined static (Declaration) and if it has only coding (without data declaration) it should be defined dynamic (Code).

What should I choose if I want to create an enhancement with codding and data declaration?

Thanks in advance

1 REPLY 1

former_member361845
Participant
0 Kudos

Hi,

In your case you need to use Code.

If you need to implement checks and throw messages you can opt for Declaration.