Hoppa till huvudinnehållet

Cityworks WF5 Activity Pack Question

Kommentarer

1 kommentar

  • Ryan Cooney

    Hi Bryan,

    You should be able to use the Send Cityworks Request activity with the Path set to Services/AMS/Employee/Search. This generic activity lets you call any Cityworks endpoint. You are responsible for supplying the Data in the correct structure. To search by name/email you'll need a data object that looks something like this:

    {
    FullName: ["John Doe"],
    Email: ["j.doe@email.com"],
    LoginName: ["jdoe"],
    }       
    Each of the properties of this object is optional, so you can search on just the specific fields you need.
     
    Also, full disclosure, I didn't test this, so it might need a bit of fiddling to get right.
     
    --Ryan
    0

Du måste logga in om du vill lämna en kommentar.