Expand my Community achievements bar.

Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • The "Misc Action" module makes this easier than the "Custom API" module does, but either can work. "Misc Action" would look like this: If you must use Custom API call module, you need to pass the arguments as JSON in the request body; not as parameters in the query string:    Good luck!

    Type

    Questions

    Views

    968

    Likes

    3

    Replies

    2
  • Hi Randy, Looked into it and this can be done with a Custom API Call module, no need for the HTTP module. Replace the IDs in the below example to replace the existing Resource Managers with those specified in the JSON:    { "resourceManagers": [ { "projectID": "replace-with-projectID", ...

    Type

    Questions

    Views

    1.3K

    Likes

    3

    Replies

    0
  • It's unclear what you are hoping to get in the response payload.Calling on /attask/api/v14.0/PTLSEC? will return a list of reports, not the actual data that those reports display when viewed in a browser.If you have a report that you view in browser and you're wanting to fetch the same data that's d...

    Type

    Questions

    Views

    2.0K

    Like

    1

    Replies

    0
  • No, having inherited access to a project does not trigger any notifications about that project.If someone with Portfolio access receives a project-related notification, it's because they are also on the project through some other method, like a task assignment, or because they own the Portfolio or P...

    Type

    Questions

    Views

    981

    Likes

    0

    Replies

    3
  • If you want to list parent tasks as well as tasks without children, this will work: displayname=Parent Tasks listdelimiter=<div> listmethod=nested(tasks).lists textmode=true type=iterate valueexpression=IF(ISBLANK({parentID}),{name},"") valueformat=HTML  

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    1
  • You need to replace valuefield with a valueexpression that will only list parent tasks. displayname=Parent Tasks listdelimiter=<div> listmethod=nested(tasks).lists textmode=true type=iterate valueexpression=IF({numberOfChildren}>0,{name},"") valueformat=HTML  

    Type

    Questions

    Views

    1.6K

    Likes

    2

    Replies

    7
  • Doug's answer is great, so I'll speak to just the event subscription piece. You can create an event subscription for a value change on a custom field, but you have to make sure that tracking is enabled for that custom field in Setup > Interface > Update Feeds. Tracking is not available for calculate...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Please like/upvote/evangelize this idea submission: https://experienceleaguecommunities.adobe.com/t5/workfront-ideas/mailto-link-option-in-custom-forms/idi-p/522335

    Type

    Questions

    Views

    408

    Likes

    0

    Replies

    0
  • You're not finding it for a couple reasons:1. It's only available in the Unsupported version.2. Search in API Explorer only searches for objects (project, task, user, etc.) proofAccountRole is an attribute. You won't find it in search for the same reason you can't search for things like enteredByID ...

    Type

    Questions

    Views

    1.2K

    Like

    1

    Replies

    0
  • You can skip the interim calculated field altogether, and just use the string in your calculation.Let's say you have a text field called "value_percent" and you need a separate calculated field in the form to reference "value_percent" in a math calculation.You can simply reference {DE:value_percent}...

    Type

    Questions

    Views

    1.2K

    Likes

    3

    Replies

    1
Top badges earned by William--
Customize the badges you want to showcase on your profile