(...) n which they are located – you can use the buttons added to the cell. Fig. 7. In the View tab go to the configuration and select Coloring mode -> Advanced and then paste the JS On code with cell stylling Fig. 8. JS ON with cell styling ”content”: ”=CurrentField” displays the basic cell value The function &rdqu (...)
(...) tion to the Microsoft Graph. In the “Request data” tab enter the method address (/beta/groups) and http (POST) method: Then go to the JS ON tab and fill in the data set that will be passed to the Web service. The group name (“displayName” attribute) should be consistent with the organization polic (...)
(...) rt hyperlink to the workflow, select the “Start” column settings and then select the “Format this column” option. Then paste the previously prepared JS ON code: { “$schema”: “https://developer.microsoft.com/JS on-schemas/sp/v2/column-formatting.schema.JS on”, “elmType”: “a&rdq (...)
(...) uo;Advanced mode”. In the configuration select the field to which the formatting should be applied (in our case this is the Start field). In the next step, insert the JS ON code of the solution – this code adds the object to the right of the column value containing the icon and the inscription that it also a link. In the case of the icon, one of the available in (...)
(...) nstruction describes the configuration using the Windows 10 system, but there is also the ability to use the Mac OS X system. The minimum required components needed for installation are: NodeJS LTS version 10 – currently the highest version supported by SharePoint Framework (the solution works only with this version) Visual Studio Code – or any other advanced code ed (...)
(...) and from other columns. The report view after configuration: D. Advanced In the Advanced mode, the configuration is possible by using the JS ON format. The scheme of creating such a configuration can be found at: http://developer.webcon.com/JS on-schemas/v1/column-formatting.schema.JS on. The Advanced mode allows to make mo (...)
(...) In the Postman we create the first REQUEST – POST for the LOGIN method. No authentication is required. In the header we set ‘Content-Type’ to application/JS on and in the body using JS ON we send the previously generated ClientID and ClientSecret. REQUEST: URL: https://at03.webcon.pl/api/login This method has retu (...)
(...) y the Portal address. The server which receives a request from the local Designer Studio installation will send three pieces of information in return. All of them are stored in an appsettings.user.JS on file which is located in the folder where Portal is installed. The three pieces of information are: Database server name, Configuration database name, Authentication method. In order (...)
(...) In the next tab, configure REST suffix and select a HTTP method, if creating a new user set it to POST: Next step is transferring the user object in JS ON format, form field list of the user workflow is available in Graph documentation. If you want to transfer response data to the BPS instance a Response tab configurat (...)
(...) one of the environments: developer, test or production can be easily copied across all the other thanks to import and export functions. Choosing “Export” will generate a .JS on file. After copying the file to the target environment click on “Import” which will add it to the list with the other themes. Now the new theme is ready to (...)
(...) allow the user to access BPS features (reports, dashboards, navigation etc.). Also contains the dynamic form (Modern form) through which users edit workflow instances in the system. Created via React JS technology as a Single Page Application. This component communicates with the rest of the application via dedicated REST web services. BPS Portal embedded views – responsible for displaying (...)
(...) The communication is performed by the native part of the application which invokes REST API services available the WEBCON BPS installation. Data using in this communication is transferred in the JS ON format – this applies to both invokes to WEBCON BPS and responses to the mobile application. 3.4. Webview – WEBCON BPS Portal In the Webview, a user has access to (...)
(...) zation” tab The “Request body” tab contains data about the file: Body type – multipart allows you to send both metadata and binary data within one request JS ON part headers – “Content-Type:application/JS on” header JS ON part value – metadata that contains the file name in the “name” parameter Binary part header &ndas (...)
(...) - „C:Program Files (x86)WEBCONWEBCON BPS Portal” or through IIS by selecting Server -> Sites -> WEBCONBPS -> Explore. Open the “appsettings.user.JS on” configuration file and add the following parameter: "ForceHttpsOnProxy": true, After that, restart the IIS “WEBCONBPS” Web application. (...)
(...) it will cause the entire index to be transferred correctly along with the users' activities. 10. Changing the BPS Portal data source Change the data source in the appsettings.user.JS on file (by default it is in the "C: Program Files (x86) WEBCON WEBCON BPS Portal" directory). In ConfigConnection and LogsConnections, specify the name of the new SQL instance. (...)
(...) sly set password: $Cred = Get-Credential $Url = "http://solr:8983/solr/admin/authentication" $headers = @{ 'Content-type' = 'application/JS on' } $Body = "{'set-user' : {'WEBCON_BPS' : 'HASŁO'}}" Invoke-RestMethod -Method 'Post' -Uri $url -Credential $Cred -Body $body -headers $header (...)
(...) FS_WebThemecssstyle.css"} JavaScript (executed on page load) Set-AdfsWebTheme - TargetName MyADFSWebTheme - AdditionalFileResource @ { Uri = ' /adfs/portal/script/onload.JS '; path = " C: ADFS_WebTheme script onload.JS "} To make your ADFS login page look like an integral part of your BPS Portal, upload your graphics, CSS styles, and scripts t (...)
(...) allow the user to access BPS features (reports, dashboards, navigation etc.). Also contains the dynamic form (Modern form) through which users edit workflow instances in the system. Created via React JS technology as a Single Page Application. This component communicates with the rest of the application via dedicated REST web services. BPS Portal embedded views – responsible for displaying (...)
Applies to version: 2021.1.x and above; author: Józef Cyran Introduction The article presents two workflows, the first is used to plan absence by an employee, and the second to register absence requests (using wizard). A special workflow for creating absence plans allows the employee to plan the absence (e.g. at the beginning of the year), which will then appear on the Gantt chart.
(...) red, which can be used in the form’s behavior. Below you can see configuration of this kind of variable: Then in form behavior choose: This allows a single JS function to be chosen both for different processes as well as for different environments. Process constant – constant which is visible only within a specified process. I (...)