cancel
Showing results for 
Search instead for 
Did you mean: 

How to inform users in which planning models they have unsaved changes?

JefB
Active Contributor
0 Kudos

Hi Experts,

Is there any way we can inform end users in which planning models they have unpublished changes (public version in edit mode)?
Imagine about 20 different planning models... do we really have to connect and refresh 20 different table widgets to each model to get to this information?

Accepted Solutions (0)

Answers (1)

Answers (1)

Susanne_Helbig
Product and Topic Expert
Product and Topic Expert

Hi Jef,

if it's an option to use an analytical app, the simplest thing I can think of is:
add one table per model there and trigger

Application.refreshData();

Then use the 'Publish' function from the SAC toolbar.

Does this help?

Best regards
Susanne

JefB
Active Contributor
0 Kudos

With the PlanningVersion.isDirty() function we can get to the information, but was just wondering how we can avoid adding 20 table widgets connected to each model.

Susanne_Helbig
Product and Topic Expert
Product and Topic Expert
0 Kudos

I was wondering about the same, but didn't find a different way to solve it.
I'm using the Publish/Rever functionality of the toolbar, so I don't need to script the .isDirty() API