You could do either but sometimes the fields are 1 time usage so I prefer them as a report field instead of a custom object field. This also assumes that they have a form that is attached to every project.
Which module are you using? If you are using the Convert Object module I recommend using the "Misc Action" convert instead.Try using the module "Misc Action" -> "Record Type: Issue" -> "Action: Convert to Project"
No idea if this would work but you could try and create a custom column with an SWITCH() statement that holds your custom order and sort based on thatStatus Order:SWITCH( status,Request = 1,Registration = 2,Pending Approval = 3,Stage 1 = 4,ect...)
I am trying to call the OpenAI GPT-4 model and my request body is being stringified, how do I fix this to send correct JSON request body? First screenshot is module, second is strigified request body, last screenshot is what the correct call looks like. I am not using the last one because it would n...
Another this I did was look at other experienced user's questions and answers by clicking on their profiles. Also refer to a post I made a while back When To Use the Different Workfront Fusion Triggers
I started learning Fusion 6 months ago and am the solo dev on the initiative. I have a fundamental background in coding and APIs. I would first recommend all of the video modules in the tutorial section, getting familiar with the Workfront API, and Workfront's capabilities. Then I would play around ...
I am trying to create a scenario to auto close projects and I am trying to make the initial filter better so I am not pulling hundreds of bundles in the first search, but I guess this cannot be avoided.
Is it possible to create a custom field that lists all of a project's task statuses? If not, what would be the best way to display this information in a field that would be readable by Fusion.
Is there a way that I can use a value expression and also include the clickable link to edit the form in the field or is that specific to valuefield? valueexpression=IF({category}.{name}="Sampling Form", {category}.{name}) Currently I have: displayname=Category Nameslistdelimiter=<p>listmethod=neste...