cancel
Showing results for 
Search instead for 
Did you mean: 

How To Auto Create SubFolder

mehdiana15
Champ on-the-rise
Champ on-the-rise

Hi,

I'm having a CRM based on SQL Server Database, and i have on it Customer folders with numbers, and i want to make a trigger, once a new folder is created on the CRM, i want automatically create a folder with the same number of folder.

I'm lost, i don't know what to do to make this happen for me. I'll be grateful for you if you help me solve this issue.

Thanks

5 REPLIES 5

rashesh_ved
Confirmed Champ
Confirmed Champ

Can you please tell how have you integrated alfresco with your CRM??
So that i can suggest you possible way in alfresco for your issue.

ContCentric

Hi Mr Rashesh, i still did not integrated alfresco with my CRM, that's what i'm looking for, and i want to get folders created automatically once a new operation has began.

Then I guess you need to look for this question's answer in the respective CRM community.
And if you wish let me know the name of CRM you're using I'll see if I can help you out with that. 

ContCentric

jpotts
World-Class Innovator
World-Class Innovator

If your CRM has the ability to invoke a RESTful API when a new folder is created in the CRM, then all you need to do is create a custom web script in Alfresco that takes the folder number as an argument and creates the folder when it is invoked.

If you don't know how to create web scripts in Alfresco, read this tutorial.

mehdiana15
Champ on-the-rise
Champ on-the-rise

Thank you so much Mr Jeff, i'll try it now and i'll give you my feedback in 2 days.