Siebel Expressions online beautifier
IIf(([Status] = LookupValue("STATUS_CD", "Active") OR [Status] = LookupValue("STATUS_CD", "In Progress") OR [Status] IS NULL) AND NOT [&Transaction] LIKE "Update", BCHasRows("Account","Account","[Id] = '" + InvokeService("Common Utilities", "GetVariable", "Name='Account Id'","Value") + "'", "AllView"), (Today()-[Created])/7 > LookupValue("CONSTANTS","Expiry Weeks") )
Parse / Format