0

I'm trying to add new device operation to wso2-emm. I'm not sure what are the exact steps needed for adding new operation (I want to be able to have something like application list). Although I'm not getting any error, i don't see the client gets the pull request.

Is there any tutorial how can I add new device operations?

Thanks.

Community
  • 1
  • 1
Sharas
  • 1,985
  • 3
  • 20
  • 43

1 Answers1

0

To which platform you need to add operations? Its not straight forward but should be able to add by adding some records in to the DB as well as the source code. Check the feature table in DB and handle the feature code properly in the source code.

Dilshan
  • 3,231
  • 4
  • 39
  • 50
  • thank you, i eventually found the problem and managed to make it work – Sharas May 06 '15 at 08:47
  • @Sharas, could you post the steps you follow for adding new operation? – user3806649 Aug 22 '15 at 09:59
  • Hi, Sorry, I don't exactly remember the steps since it was quite long time ago. basically, as @Dilshan wrote, I just follow one of the operations and added a new recorded. i do remember it involve adding records to the database and to some files. Sorry i can't help more... – Sharas Aug 23 '15 at 18:28
  • @Dilshan, what is the alphabetic(A,P and B) and number part of feature code related to? – user3806649 Aug 30 '15 at 14:22
  • @Sharas, did you remember what are the alphabetic(A,P and B) and number part of feature code related to? – user3806649 Aug 30 '15 at 15:16
  • 1
    There is no real relation and strict rules on defining codes. When designing we kept A as normal operations, P as policy etc. to identify and make it meaningful. However you can define your own feature code hence it should work. – Dilshan Aug 31 '15 at 09:43