Hi Sailors,
I am exploring an idea where we want to manage all the contractors using a full page plugin which should have a pagination as well. Can you suggest me the write way to implement this?
Thanks
Pradeep
Hi Sailors,
I am exploring an idea where we want to manage all the contractors using a full page plugin which should have a pagination as well. Can you suggest me the write way to implement this?
Thanks
Pradeep
Hi @pradeep1602
You can use a full-page plugin for all the contractors. I am not sure exactly what you’re looking for. Are you looking for “How to start on this plugin?“
Hi pradeep,
So basically you are trying to create a plugin which will create a web-page, where you can manage or control contractors Information. correct?? If that is the case, it can be done, you will have to write a plugin to achieve it. There is a link in compass, which you can refre to build your plugin “IdentityIQ Plugin - Learn how to write one for your customer - Compass”
Hi
I understand the concepts. Basically I am looking for a sample if someone has already done it. Since I don’t have much expertise on the UI development.
There an old plugin for this , ContractorPlugin-2.0. let me see if I can share it
There an old plugin for this , ContractorPlugin-2.0. let me see if I can share it
ContractorPlugin-2.0.zip (351.1 KB)
Thanks Alfi,
Looks like it does not work with 8.4 and I also found out that I need to do a bit more work on this to get it working. But really appreciate your help on this.
yeah it won’t work on 8.4 , you need to unzip it and change the manifest.xml file. In general this would be an example on how to build db tables and forms. I would copy some of the logic here and create your own plugin base on this.