wrike_custom_field_exists: Wrike Custom Field Use by Folder

Description Usage Arguments Value Examples

Description

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.

Usage

1
wrike_custom_field_exists(folder_id, custom_field_id)

Arguments

folder_id

Wrike folder id. Use wrike_folders function to determine if needed.

custom_field_id

Wrike custom field id or search for a value in the custom fields (ex: a product code). Use wrike_custom_field_url function to determine if needed.

Value

A list of all Wrike task ids in a folder that have the specified custom field filled out

Examples

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")

aamangold/wriker documentation built on June 12, 2019, 2:05 p.m.