on 2013 Aug 22 7:23 PM
Hi ,
I am new to CLM !
I created a extension definition with Extended class name : workitem approval wizard. after creating this custom field, I provided attribute database table to the basis to provide the data in the table. he came back and said there are no results found or no data.
Even I tried to create a custom query with this table to see the data in the table I got result "no results found".
SELECT DISTINCT <%RESULTS%>
FROM
<%SCHEMA%>. FCI_DYN_$2147483347 T1
Please find the screen shots the extension definition.
Query:
If you can see the last screen shot there is no data available in it.
Can anyone help me on this.
Thanks,
Roopesh.
Request clarification before answering.
Hello,
This one is a bit strange. The workitem approval wizard, or any wizard really, is a transient object. In general, supporting extensions on transient objects doesn't really make sense. In this case, it looks like we did this on purpose, but I’m not sure if we document what we did and how you would use it. In fact I don’t fully understand it myself, but I’ll tell you what I know.
If you define the same extensions (must match on internal name and type) on
Workitem Approval Wizard
Workflow Item Completion Request
Workitem
The software will copy the extensions along so that the data ends up in the Workitem extension table. What you do with it then is up to you I suppose.
Sorry I don't have more info. Hopefully this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Robert, it was really a help full answer.
I tried creating similar internal name and type for all the three Workitems, unfortunately I got an hard error while creating Attributes for Workflow Item Completion Request ,
I opened OSS message for this, SAP replied back saying this error has been corrected SP 2 Patch 9. and SP 3 Patch 2
we are in version 7.0 SP 2 Patch 6.
I will let you know once we move to higher support pack.
Thanks,
Roopesh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.