Help me

Certified Associate Developer

Could anybody help me?


I need a example to call this function getmodelswithgiventimertrigger

Thanks

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Output --> Returns a list of models with timers to be triggered at the given time of the day

    Parameters -->
    processModelUUIDsOrIds = List of model IDs or UUIDs to be inspected
    toBeTriggeredAt = Time of the day the timer to be found will be triggered
    isReturnPMNames = Whether the function should return model names. If not, the function will return model IDs
    isExactMatch = If the search criteria should be fully met. If false anything that has the search criteria as prefix will be a match

    Hope that helps you.

Reply
  • 0
    Certified Senior Developer

    Output --> Returns a list of models with timers to be triggered at the given time of the day

    Parameters -->
    processModelUUIDsOrIds = List of model IDs or UUIDs to be inspected
    toBeTriggeredAt = Time of the day the timer to be found will be triggered
    isReturnPMNames = Whether the function should return model names. If not, the function will return model IDs
    isExactMatch = If the search criteria should be fully met. If false anything that has the search criteria as prefix will be a match

    Hope that helps you.

Children
No Data