Any alternative for findfoldersbyname()

Hi Everyone,

Please suggest me alternative for findfoldersbyname() function.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    In addition to what said, can you tell us more about why you need an alternative function?
  • Thanks for responding, Actually contentfunctions plugin is deprecated hence I need any alternative for findfoldersbyname() function.

    To specify more about my requirement, end users of my application upload some documents while raising a request, during the flow we are creating a folder with name as ID of this request and we will be storing the documents in this folder and data is stored in DB but we are not capturing the folder ID in DB.

    Further more to this request we have a related action wherein user can upload more documents to this folder, so in this scenario the process model of the related action will be having only folder name taken from rf!requestID, so I need to identify the folder by its name so that the further uploaded documents to be stored in the correct folder.
Reply
  • Thanks for responding, Actually contentfunctions plugin is deprecated hence I need any alternative for findfoldersbyname() function.

    To specify more about my requirement, end users of my application upload some documents while raising a request, during the flow we are creating a folder with name as ID of this request and we will be storing the documents in this folder and data is stored in DB but we are not capturing the folder ID in DB.

    Further more to this request we have a related action wherein user can upload more documents to this folder, so in this scenario the process model of the related action will be having only folder name taken from rf!requestID, so I need to identify the folder by its name so that the further uploaded documents to be stored in the correct folder.
Children