MRVS detect when a row is removed or deleted

Tadz
Tera Guru
Tera Guru

Hi Everyone,

Is it possible to detect deletion or removal of a record in MRVS?

Thanks,

Tadz

1 ACCEPTED SOLUTION

Aldwin
Tera Contributor

You can try this one :

$scope.$watch(function() {
    return $scope.page.g_form.getValue('variabl_name');
    }, function(value) {
        sessionStorage.setItem('ITEM_NAME',value);
});
 
 
You can create a macro inside your Catalog with a widget (containing the code above)

this will "watch" the MRVS value every time MRVS record changes. May it be delete or add.

View solution in original post

13 REPLIES 13

Does this go inside a client script? Do you know if this will display the deleted items within the RITM form as well?

Are you able to provide a bit more guidance on this? This would be my first time trying something like this. I am trying to display IPs addresses that were deleted from my MRVS in my RITM.

can you please tell me what is "variabl_name" and "ITEM_NAME" here?

 

jamesmcwhinney
Giga Guru