No easy way, I have often used my ToolBox app to do this, by creating a small script like:
var
mapping: Record “SharePoint Folder Mapping EFQ”;
begin
mapping.DeleteAll();
end;
No easy way, I have often used my ToolBox app to do this, by creating a small script like:
var
mapping: Record “SharePoint Folder Mapping EFQ”;
begin
mapping.DeleteAll();
end;
You must be logged in to post a comment.
Thanks for the reply and the solution; it works 😀