November 6, 201510 yr I am not really good with scripting. I want a situation where by contacts with status as inactive are always omitted on entering the contacts layout. My challenge is to script this using the omit record script step. Secondly, another approach I want to implement is to have a check box field called HIDE which when checked, immediately removes (or hides but not deleted) that contact from the list, assuming I am on the contacts list layout... I don't really know if I have explained my question well... Thanks
November 6, 201510 yr 9 minutes ago, shevyshevy said: I want a situation where by contacts with status as inactive are always omitted on entering the contacts layout. Do you want to omit them from current found set (i.e. do Constrain Found Set), or just show all active records in the entire table (i.e. Perform Find)? 9 minutes ago, shevyshevy said: have a check box field called HIDE which when checked, immediately removes (or hides but not deleted) that contact from the list A button defined to Omit Record will do that. I don't think you want to modify a field for this purpose - esp. as that would modify it for all users. Edited November 6, 201510 yr by comment
November 7, 201510 yr Author Thanks comment for your prompt reply.. I actually want to remove them from current found set.. As for the check box approach, please how do I script it... .? Thanks comment for your prompt reply.. I actually want to remove them from current found set.. As for the check box approach, please how do I script it... .?
November 7, 201510 yr 1 minute ago, shevyshevy said: I actually want to remove them from current found set. Well, then use something like: Enter Find Mode [ ] Set Field [ Contacts::Status; "Inactive" ] Omit Record Constrain Found Set [ ] 7 minutes ago, shevyshevy said: As for the check box approach, please how do I script it... .? I don't know how to respond to this.
Create an account or sign in to comment