Description Usage Arguments Value Examples
This function pulls a list of your task ids within a folder that have a specified custom field filled out OR that have the specified value.
1 | wrike_custom_field_exists(folder_id, custom_field_id)
|
folder_id |
Wrike folder id. Use |
custom_field_id |
Wrike custom field id or search for a value in the custom fields (ex: a product code). Use |
A list of all Wrike task ids in a folder that have the specified custom field filled out
1 2 | wrike_custom_field_exists(folder_id = "IEAAAOH5I4AB7JFG", custom_field_id = "IEAAAOH5JUAAABQ5")
wrike_custom_field_exists(folder_id = "IEAAAOH5I4AB7JFG", custom_field_id = "Solar Inspection")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.