Hi, in the DataMiner IDP element, on the 'Pending' page there is a 'Refresh' button. I'm trying to better understand what this button does. It seems like clicking on the button will update the Pending Elements table to include any elements in Surveyor with element property 'IDP' not set to 'True'. Is this correct?
I see another button: 'Sync Managed Elements' on the 'Managed' page. Is this a similar feature for the 'Managed Elements' table? i.e.: clicking on it will will update the Managed Elements table to include any elements in Surveyor with element property 'IDP' set to 'True'.
And what does 'Clean Managed Elements' button do? Sounds like it will clear the Managed Elements table. But will it also update the elements in any way? Is it possible to repopulate the Managed Elements table with the 'Sync Managed Elements' button?
Hi Bing,
You are correct about the 'Refresh' button on the 'Pending' page. Its goal is to refresh the information on the 'Unmanaged Elements' table to be in sync with the elements in the surveyor that have the 'IDP' property not set to 'True' nor to 'Component'.
The other 2 buttons are only visible on the DATA side of the element and not on the main Visual Overview, as these are not intended for end-user usage.
These buttons are for the recovery of IDP if something went wrong. The 'sync' button will re-sync the secondary tables of IDP with the main one, and the 'clean' just deletes the tables without any other operations.
Thanks Joao!