FolderHelper create folder with a domain
‎Feb 21, 2014
08:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Feb 21, 2014
08:41 AM
FolderHelper create folder with a domain
Hello Forum,
I use FolderHelper class to create folders, but now I want to create a folder and define an ACL domain other than the Default one for that folder at it's creation, the domain is already created manually of course.
Do you guys know how I can do it?
Thank you
Guilherme Rocha
Labels:
- Labels:
-
Other
1 REPLY 1
‎Feb 21, 2014
09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Feb 21, 2014
09:55 AM
Following Windchill API should help you. Have you tried this API?
FolderHelper.service.createSubFolder(String, AdminDomainRef, WTContainerRef)
--
Rochan Hegde
On Fri, Feb 21, 2014 at 6:41 AM, Guilherme Rocha <guilherme.rocha@fast-i.com<br/>> wrote:
> Hello Forum,
>
> I use FolderHelper class to create folders, but now I want to create a
> folder and define an ACL domain other than the Default one for that folder
> at it's creation, the domain is already created manually of course.
>
> Do you guys know how I can do it?
>
> Thank you
>
>
>
> Guilherme Rocha
>
> "A goal without a plan is just a wish."
>
FolderHelper.service.createSubFolder(String, AdminDomainRef, WTContainerRef)
--
Rochan Hegde
On Fri, Feb 21, 2014 at 6:41 AM, Guilherme Rocha <guilherme.rocha@fast-i.com<br/>> wrote:
> Hello Forum,
>
> I use FolderHelper class to create folders, but now I want to create a
> folder and define an ACL domain other than the Default one for that folder
> at it's creation, the domain is already created manually of course.
>
> Do you guys know how I can do it?
>
> Thank you
>
>
>
> Guilherme Rocha
>
> "A goal without a plan is just a wish."
>