Forum Replies Created
-
Christian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::@Rahlfs,Patrick
Manual Screen Refresh is very old school and not very user friendly. Try it with our Push Connector see our Smart Maintenance App
https://playground.simplifier.cloud/appDirect/ITIZ_Example_SmartMaintenanceDashboard/index.html (User/PW demo/demo(
in reply to: Feature IdeasChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::Hello Mr. Conrad,
you can use our Business Object Server API to create new user and connect a CSV Connector to it for reading data.
The alternative for CSV is to import the data into an sqlite database and upload this database file via sql connector, or Office365 Graph API for Spreadsheets
in reply to: Import Simplifier-User aus Excel-FileChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year agoin reply to: Database to database connectivity in simplifierChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::-Yes of course – here are the rough steps that will lead to your goal
– Create your Database Schema with our Database Designer
– Use this Database with Data Services in your App
– Connect the external Database via SQL Connector or REST Connector by using our Connectors
– Connect. the created Database within Simplifier via SQL Connector
– Write a Buinesss Object function to sync these both datasources using our Business Object Simplifier API
– Plan a Job that executes this Business Object Function periodly
Hope you get a clue now.
in reply to: Database to database connectivity in simplifierChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::Hello Mr. Steinbach,
unfortunately the theme designer is currently not available but you can go another way following this documentation to use it again
https://community.simplifier.io/knowledge/using-ui5-themedesigner/
in reply to: Access SAP UI Theme Designer ForbiddenChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::Hello Klaus,
the complete example NodeJs Plugin is described on this JSDoc
https://community.simplifier.io/doc/current-release/plugins/plugin-development/
If you run the plug-in in a separate docker , the simplifier docker as well as the Plugin docker should communicate together over http
in reply to: ldap connectorChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::Hello Klaus,
i updated the documentation link https://community.simplifier.io/doc/current-release/plugins/plugin-development/ with a download link to our github repository. here you will find a working plugin example based on nodejs.
You can extend the plugin with your ldap npm module and run it on a separate docker
in reply to: ldap connectorChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year agoin reply to: ldap connectorChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year agoin reply to: sql statements in sql connectorsChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year agoin reply to: sql statements in sql connectorsChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::Hello Klaus,
we don’t offer an ldap connector for quering users etc. LDAP is only a identity provider for authentication in the view of simplifier.
But you can develop an ldap connector by yourself using our plugin sdk in any programming lanugage for e.g. nodejs (javascript) see https://github.com/ldapjs/node-ldapjs
in reply to: ldap connectorChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::You use a onprem instance – so i guess you can also open an ticket in our support portal (paid customer)
I think theres an error regarding some plugin permission – maybe a configuration issue in the standard setup.
Please take care that we need a site 2 site vpn to your instance to solve issues within our sla terms.
in reply to: PDF Plugin Template Bug?Christian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::HI Alex,
i think the FeedListItem is the right widget for you needs.
I’ve linked a transport file – in this you will find the Split App see Screenshot – here you can check the usage.
For importing the App, you need Simplifier Version 5.5
As another alternative you can use the timeline widget
In this case you have to change the runtime from openui5 to sapui5 in your application (be aware of the license terms of sapui5).
With the widget creation wizard, you can generate the new timeline widget by yourself and add it to your screen.
I hope you have all the information you need.
Attachments:
You must be logged in to view attached files.in reply to: Timeline WidgetChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
in reply to: Timeline WidgetChristian
Keymaster- Topics: 1
- Replies: 36
Has successfully completed the online course No-Code.
Has successfully completed the online course Low-Code.
Has successfully completed the online course Pro-Code.
# 1 year ago::Hello Alex,
we already support MQTT and OPC/UA see docs
https://community.simplifier.io/doc/current-release/connectors/opcua-connector-details/
What you are missing exactly?
in reply to: Feature Ideas