Hi All, I am creating a smart service. The smart service has a input

Hi All,

I am creating a smart service. The smart service has a input of type Folder.
The user can browse and select a folder as input parameter. I want to restrict the user to be able to browse folders from a particular root folder only.
Specifically, I want the user to be able to browse the folders from the Rules/Constants root-hierarchy only.
How can I implement this? I have gone through the Appian's Java API but could not find anything relevant.
Let me know if anyone has implemented such functionality.
The relevant code in my Smart Service is as follows:
          @Input(required = Required.ALWAYS)
          @Name("parentFolder")
          @FolderDataType
          public void setParentFolder(Long val){
                    this.parentFolder = val;
          }

OriginalPostID-179778

OriginalPostID-179778

  Discussion posts and replies are publicly visible