‎2011 Apr 16 1:09 PM
Hi,
We are using a namespace (for e.g /ABCD/) for our developments. The name of the package that we have created to contain all our developments has also been named using the namespace (let's say it is /ABCD/DEV_PACK). Now, we want to add some custom fields to a table using a CI Include provided in the table. However, after adding the fields, when we try to save the CI Include, we get an error that since the Include is not in the same namespace (since it starts with "CI") as the package we are creating it in, it cannot be saved.
Is there some setting at the package level which will allow saving of objects which are not in the /ABCD/ namespace in our package. If not, is there any other solution?
Thank you.
‎2011 Apr 16 5:15 PM
Hi SAPien,
this is the same issue as with projects (CMOD), you must assign them to packages with Y or Z name.
More information in Note 104010 - Restrictions for development in namespaces ("Customer-Includes (R3TR TABL CI_*) do not support namespaces")
What you can do is to create it in a Y or Z package, and add the fields in an append structure named /ABCD/...
BR
Sandra
‎2011 Apr 16 5:15 PM
Hi SAPien,
this is the same issue as with projects (CMOD), you must assign them to packages with Y or Z name.
More information in Note 104010 - Restrictions for development in namespaces ("Customer-Includes (R3TR TABL CI_*) do not support namespaces")
What you can do is to create it in a Y or Z package, and add the fields in an append structure named /ABCD/...
BR
Sandra