Skip to main content
Nintex Community Menu Bar
Question

Activate model condition with url parameter

  • July 10, 2024
  • 6 replies
  • 25 views

Forum|alt.badge.img+6

We found something in skuid (don’t know feature or bug) a while ago. We have a model called OpenTasks based on custom object Task__c in a page include. The model has condition named practiceMember (filterable default off) with value set to result of subquery. If we wanted to activate the condition ‘practiceMember’, we had to pass practiceMember in query string for the include. However, this ‘feature’ stopped working in one of our dev orgs. Any idea?


This topic has been closed for replies.

6 replies

Forum|alt.badge.img+6
  • Author
  • July 10, 2024

Client Side Model Processing was the culprit…

Thanks.


Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Thanks for the report.  We are still doing lots of work on client side models.  We’ll investigate this issue as well. 


Forum|alt.badge.img+13
  • Scholar
  • July 10, 2024

Hi,

May I ask what is the syntax you used to be accomplish this?

I would love to be able to activate & set value via the query string

An example would be greatly appreciated

Thank you


Forum|alt.badge.img+6
  • Author
  • July 10, 2024

Hi Dave, You can achieve this with following steps: 1. Add model condition as filterable default off in page include 2. Pass query string while including the page include. Example: If Your model condition name is ‘fooCondition’ and you want to activate this condition and set value to ‘foo’ you would put query string as follows: fooCondition=foo Hope this helps.


Forum|alt.badge.img+13
  • Scholar
  • July 10, 2024

Gyan,

thank you very much , it worked like a charm!



Forum|alt.badge.img+6
  • Author
  • July 10, 2024

@Dave glad to hear …