cancel
Showing results for 
Search instead for 
Did you mean: 

Store information for a Custom Page

anupnepal
Champ in-the-making
Champ in-the-making
Hello,

I want to create a Department page in the Admin Tools section of Alfresco Share and Perform CRUD operation via Web API same like as that of the User, I have managed to make a CRUD but for the test purposes i have saved data in a Table. If someone would point me towards right direction on where i need to save data that would be a big help, cause i read that making a new table is very bad approach.

Thank you
1 REPLY 1

anupnepal
Champ in-the-making
Champ in-the-making
Hello,

Well i managed to save the data in the Node. I created a custom model, with files currencyModel.xml and currency-model-context.xml. And managed to save the data in the Node by creating and new Interface CurrencyService.java and its implemented class CurrencyServiceImpl.java and saved the data in the format of the currencyModel.xml, i called the service from the API i created for Currency.

Thank You