WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

MVP
In reply to: macchina

Did you try a Business Rule with CONTENT AS BASE64(attid)?

No, I haven’t tried that yet.

The issue is that a Base64 string can contain slashes (/). In JSON, those may be escaped as \/, which should normally be handled correctly by the API. Unfortunately, the API I’m calling seems to treat the escaped characters literally, so the request fails.

MVP

Hi,
I'm not using currently AAD nor the Employee ID column, although from a brief research it seems like it should work with just correct setup of synchronization, and mapping of extension attributes, as from what i've found Employee ID is an extension attribute.

Open up this* window in Designer studio, in Columns Mapping add in employeeId** column, run the sync, and check if the data is fetched :)


* https://docs.webcon.com/docs/2026R1/Studio/SystemSettings/GlobalParams/UserSynch/SynchConfig/
** https://stackoverflow.com/questions/71146267/get-employee-id-from-azure-active-directory, https://learn.microsoft.com/en-us/entra/identity/app-provisioning/index-employeeid-attribute-entra-id-to-active-directory

MVP

Hi,
You can use the BPS data source: https://docs.webcon.com/docs/2025R1/Studio/ConnectionsAndDataSource/DataSources/DataSource_InternalBPSView
Remember to add associations for other applications in which you want to use this data source ("Association and security" tab).

You can also simply write an SQL query on the WFElements table, which stores the header data for all workflows (from all applications).
https://docs.webcon.com/docs/2025R1/Studio/ConnectionsAndDataSource/DataSources/DataSource_MSSQL

Hi,
I’m synchronizing users from Microsoft Entra ID (AAD) to WEBCON and I’m trying to find out whether the standard Employee ID attribute (employeeId in Entra ID) can be imported/synchronized?
In Entra ID this value is visible in the user profile as "Employee ID", but in the WEBCON synchronization source fields I cannot find any corresponding attribute like this.
Wawrzyniec

Hello everyone,

What is the best way to create a “data table” form field that accesses data from another WEBCON app?!

I would like to build a WEBCON application in which project reports are recorded. Visit reports are recorded in another application.
Now in the workflow of the project reports, on each page of the individual steps, I always want a small data table for visit reports that were created with reference to this project. Conversely, I would like to have a similar table in the visit reports,
so that thesalesmanagers can always see which projects the customer is currently involved in when recording a visit report.

When I create the "Data Table" form field I can select a data source. However, I don't know what the data source is called,
into which the visit reporting application writes its records. Where can I see where every created workflow record is saved?

Thanks in advance and greetings,
Matthias