Please Log in or Create an account to join the conversation.
When searching where? On frontend? If on a frontend userlist it maybe better to just exclude users who have expired certifications entirely, which you can do by adding an Advanced filter to your userlist. This can be done as follows.C) John, if searched in the CB database, will be shown in the list of the users.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You don't need an auto action for that. My above Advanced Filter added to a Userlist will do that automatically for you.A ) when "today" is the day of the expiry of the certificate,
CB AA should unpublish the user from the userlist in the frontend.
Only way to do that is to create an auto action with Triggers set to Internal Users. This will cause the auto action to execute against every user on your site when you run the Internal Users URL in CB Auto Actions > Parameters. Typically you schedule a CRON task to perform a wget against that URL regularly. In your Conditions is where you would perform your date check, which would be as follows.B ) when "today" is the day of the expiry of the certificate,
CB AA should send an e-mail (if doable) to the user, telling him "Hey your certificate is expired!"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.