WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Mihail Moise > Forum messages

Mihail Moise

User

Environment type
01.07.2024 12:36

Thanks, set the same way.

Environment type
01.07.2024 10:07

Hi, Is there a simple way to get which environment runs a process? The data should be one of the 3 possibilities: DEV, TEST, or PROD. There are many places in Webcon settings where environment is set as "Auto", but I found no variable giving the actual name of the environment. I know there's

Hi, You cannot have GET because that would be one specific case of POST, in terms of filtering of the current datasource: - GET would mean no filter applied, so the datasource should return all its available values - POST means that, as Maksymilian stated before, you can supply your fi

Hi, Indeed I did a mistake at that time, I did not choose POST as API request type, I can't say why... In my case, data source for picker is a dictionary which provides data structure as follows: WFD_GUID as ID, WFD_AttText1 as Name. Running a POST against the API: {{base-URI}}/{

I've tried to use an automation with IN and OUT parameters, no success though. Thanks for any idea that shows some other possible solution. Mihail

Hello, We have set a working Oracle connection. There is a procedure with 2 params, one IN, another OUT. Running a Business Rule containing a SQL Command against the Oracle connection: declare l_out NUMBER; begin ZZ_WEBCON_TEST.TEST_PROCEDURE(P_IN => {BRP:21}, X_OUT => l_out); end; whe

Hi, Are "Fixed values list"s' content available through API? Not dictionaries or other process types, but "Fixed values list" object types only. The need is to synchronize Webcon data with other systems, assuming Webcon repository is master. I found this article https://community.webcon.com/f

Yes, there is that "Change form type", but that creates other instance for the same dataset based on the chosen form type instead of just changing the form appearence. It does change the visual as per new form type, though :). There is some consistent reading and practicing about those global fields

Thank you for the hint, Daniel. I looked into it and "Create a task" doesn't work because the Form dropdown contains only "Default form", even if I have defined a 2nd form for this step, and another form type as a subform type of the current main form type. "Create a task" does not "see" any addi

Hi, When editing a step, under Forms tab, in the Task form group, there is a "Form:" dropdown, to which list you can add another form - which I did. The second form shoul present the same information as the Default form, but visually groupped some other way. I found no documentation on how to u