Cumulocity
Backend: 1015.0.278
UI: 1011.0.38
I want to develop won application in application builder so that we can show like alarms in that application in our won way how can we achieve this and how to develop if you could help me in that with some example and how that alarm I will able to show in my application help with steps how to develop application in that and how to show alarms or measurements in cumulocity.
What product/components do you use and which version/fix level are you on?
Backend: 1015.0.278
UI: 1011.0.38
Is your question related to the free trial, or to a production (customer) instance?
What are you trying to achieve? Please describe it in detail.
i want to develop a application in cumulocity how can i develop help me with steps or with example it would be better for me and after developing application how i can see alarms in that looking forward for some usefull solutions ?
Do you get any error messages? Please provide a full error message screenshot and log file.
Have you installed all the latest fixes for the products and systems you are using?
Thank you @Vachaspati_Diwevedi I am going through your suggestion, but
I want to write my won html and css code for the application and then want to show alarms in that application in a specific format like in table format , for example i my application i am showing alarms in table with so many columns same as want to show alarms in Cumulocity by developing won application , it would we better if you share me some example or any thing helpfull?
This will give you come libraries and a starting point. You will then have to develop the widgets/plugins needed for the display and there are examples here https://open-source.softwareag.com/
The application builder has been developed over a few years to help you do this quickly and as mentioned earlier provides a list of available widgets to make building your first application easy.
thank u for this reference @Vachaspati_Diwevedi and @Mathew Barnes I will go through the link u have provided me and come back if feel any issue or confusion.
I have some confusion where to write code to develop application for cumulocity , i mean if i am writing in vs code then how to i will use this application in Cumulocity or i have to write it directly in Cumulocity I am confused help me with some example
I have subscribed MQTT protocols to get alarms and other data on Cumulocity now Getting alarms in JSON format what I want , I want to show this alarm after Json parse in my custom widget I have develop this widget on Cumulocity using html now how to i get this alarm data on that widget I mean how I will able to listen these alarm on that widget ?
below is attachments how I am getting alarm on Cumulocity and how to Listen these alarm or get on that custom widget give some example