cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

enumtype containing dyanamic attribute="true"

Former Member
0 Likes
430

In enumtype, there are two possibilities , where dyanamic ="false"(default) and dynamic="true".

where dynamic="true" mean we can add constants(enumType) at the Runtime in HAC.

So, this changes made at Runtime is Permanent or once the server is shutdown, the modified changes is cleared ?

Accepted Solutions (0)

Answers (1)

Answers (1)

ravi_avulapati
Explorer
0 Likes

Hi Sunil, values added during runtime for dynamic enum types are not lost with platform restart, they are persisted in DB.

Former Member
0 Likes

thankyou Ravi...

Ask a Question