cancel
Showing results for 
Search instead for 
Did you mean: 

How to CreateLog????

Former Member
0 Kudos

Hi all,

What logic has to be given for the Change Log menu????

Suggest me some code to work this Change Log.

Help me solving this issue.

Regards,

Jananisuba S

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201110
Active Contributor
0 Kudos

Hi Jananisuba,

If you are using UDOs then you can set the CanLog property to Yes when registering your UDO using the UserObjectsMD object in the DI API. This will automatically create a history table for your UDO and will also automatically populate this table when your UDO data is modified by users. However, if you are NOT using a default form in 8.82 or earlier, this functionality doesn't enable the Change Log menu and it doesn't create a form that the user can access to see the history of changes to a particular record. You would need to create your own form and populate it with the data from your UDOs history table. I haven't tested to see if the new functionality in v9 improves the options for showing the Change Log.

If you are not using UDOs then you would need to develop your own history table as well as the screens to view the historical data.

Kind Regards,

Owen

Former Member
0 Kudos

Hi Owen,

I am using UDO's but i dont use default forms, i use user defined forms.

In this case how to activate the ChangeLog????

Help me solving this issue.

Regards,

Jananisuba S