Hi All,
I'm trying to update an active scenario I built to attach a custom form to an issue when it is routed to it's home project. The scenario I currently have takes a request/issue and routes it to the project the requester entered in a project typeahead field on the request form. Once it is moved to this project I want Fusion to automatically attach a custom form. This is the module I attached at the end of my scenario but I keep getting the following error message from my new module:
[422] name cannot be null
Adobe Workfront
Here's the Module in question
Module Type: Create a Record (with attaching custom forms)
Connection: SB01
Record Type: Issue
Select Fields to Map: Project ID
Project ID: (map on) 11. ID
Attach custom form: Custom form name
then there's a list of all the fields from the form that I left blank. The plan is that these fields will auto populate once attached to the issue. The fields are all project level calculated fields to bring that data down from the project level to the issue for user convenience.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
The module that you're using is trying to create a new issue, which means it has to have a name.
Based on your description, I don't think this is what you want to do. It sounds like you're trying to move an existing issue and add a form to it, in which case you should use the misc. action -> move module, and then the misc. action -> attach form module.
表示
返信
いいね!の合計
Thanks Chris. However, I don't see 'attach form' as an option in the misc.action module. Should I be looking for a different module to use?
表示
返信
いいね!の合計
No sorry, I forgot what it was called. It's the misc. action -> assignCategories function.
表示
返信
いいね!の合計
Yeah still erroring out.
Issue with primary key value(s) "Custom Form ID" not found
My Module looks like this:
Module: WF Misc Action
Record Type: Issue
Action: assignCategories
objID: 11. ID
objCode:
categoryIDs (map): Custom Form ID here
表示
返信
いいね!の合計
Your configuration should look like this.
表示
返信
いいね!の合計
IT WORKED!!! Thanks for the guidance Chris.
表示
返信
いいね!の合計