Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
ankurGCK9S
in reply to: G60Dub

While ((String.IsNullOrWhiteSpace(Project) = True) Or (String.IsNullOrWhiteSpace(Title) = True) Or (String.IsNullOrWhiteSpace(Description) = True) Or (String.IsNullOrWhiteSpace(Author) = True))

iLogicForm.ShowGlobal("iProperties Editor")
End While

 

Hi , I have tried above rule based on your text , but it is keep running . I just want to run the rule to pop up the "iproperties Editor" if the iprorpeties in particular file is empty  before file is saved.