civicrm / civicrm-user-guide

Documentation for CiviCRM users
https://docs.civicrm.org/user/en/latest/
54 stars 146 forks source link

Add in Case URL parameters #421

Closed seamuslee001 closed 4 years ago

seamuslee001 commented 4 years ago

This expands the documentation on search url support to include the case urls for support

seamuslee001 commented 4 years ago

ping @eileenmcnaughton @demeritcowboy

eileenmcnaughton commented 4 years ago

cool

homotechsual commented 4 years ago

I think I might do some refactoring at this point to split this now so that it's sectioned for the different types of parameters for various searches - including generic params - how does that sound?

seamuslee001 commented 4 years ago

👍 with me Mikey

demeritcowboy commented 4 years ago

Is the case_id= one a valid parameter? I didn't know that was available and it doesn't seem to work for me.

eileenmcnaughton commented 4 years ago

I've just confirmed the following work on grant (which means from, to, other relative will work)

grant_application_received_date_relative=previous.day grant_decision_date_relative=previous.day grant_money_transfer_date=this.day grant_due_date_relative=previous.day

Also grant_report_received=1 (but not grant_report_received=0) - we don't have many bool fields working - this one looks a little experimental

homotechsual commented 4 years ago

Do we feel this is merge ready at this stage?

demeritcowboy commented 4 years ago

The examples given for start/end date high and low don't work as written. They either need an extra 00 or remove the time component. Otherwise they all still seem to be working.

demeritcowboy commented 4 years ago

Hi @MikeyMJCO. Me again. Is this one also stuck in the cache like the one from the other day? It doesn't appear to be live?

homotechsual commented 4 years ago

Yes :-( I need to fix this annoying bug!

homotechsual commented 4 years ago

Should be fixed!

demeritcowboy commented 4 years ago

Thanks!

homotechsual commented 4 years ago

Now I need to find out why it won't clear the caches properly when publishing!