WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for mapping

(...) nce two templates are stored (one for excel and one for docx) a constraint is put to only select those which have the correct name: Att_Name = ‘Personel.xlsx’.   Fig. 11. mapping the "Personel" item list   In the case of the item list, assigning values from columns to the columns in the target table is automatic – column names in the Excel table mus (...)

(...) ected only suppliers for who the value entered in the Supplier name or Supplier VAT ID fields is equal to the Sup_Name or Sup_VATID column value from the Suppliers tab in the ERP database. Form field mapping is available in the Fields mapping section (Fig. 11).   Fig. 11. The configuration of the "Changes values of multiple fields" action   Such prepared configuration (...)

(...) the Start Element (…) option.   Fig. 5. The configuration of the Hyperlink action – select a function   Then right click on the function to go to the parameter mapping .   Fig. 6. The configuration of the Hyperlink action – StartElement   In the configuration window fill in the workflow ID and form type ID fields. These indetifiers co (...)

(...) ; project. The system once again queues our instance. After reading the tax id number, the instance will be automatically moved to the next step.   Sections in the configurations: mapping – allows you to set which OCR AI project fields will be entered into the appropriate form fields Custom networks – checking this field allows you to select the distinguisher Distingui (...)

(...) kflows for several people based on the item list by using this action.     The “Project name” and “Project description” form fields are provided without mapping because they are the same columns. While, the columns on the Tasks list item list – “Person assigned” and “Task description” are mapped to the corresponding fo (...)

(...) Fig. 3. The configuration of “Hyperlink” action   In the expression edition window select the “Start Element (…)” function and then the “Parameters mapping ” option. Fig. 4. The configuration of “Hyperlink” action   In the hyperlink edition window enter the necessary information about the workflow which will be started (...)

(...) nbsp; In the “Request body” invoke parameters have been entered.   Fig. 15. Refresh token - Request body tab    In the “Response” tab define mapping of the obtained access token on the form.   Fig. 16. Refresh token - Response tab   Additionally, a Timeout has been added to the step that will perform an automatic call t (...)

(...) data source but do not set SQL query or filter, the system will return all columns available in the data source. SQL query/filter – in this field a SQL query or filter is defined Fields mapping – based on the SQL query/filter, this section automatically recognizes the values that can be assigned to fields from the form. Click the “Get columns” button – the available (...)

(...) ” tab enter the URL/REST request suffix. In this example – the suffix with NIP (provided from the form) and today’s date (system variable) are given. To load responses for later mapping , instead of form fields, you must manually enter sample data (NIP number and date), because before creating the first workflow instance – these fields do not return any values. There are fi (...)

(...) b, expand "Hyperlinks," and double-click on "Start Element(…)". It will add this function to the editor on the left. Right-click on the function and select "Parameters mapping ." Fig.7 Enabling parameters mapping   A window will pop up. Fill in the information for those fields: Workflow ID - the identifier of the Workflow that should be star (...)

(...) Select ‘Value’ as [Column name in the database] ‘Value2’ as [Column name in the database2] ‘Value3” as [Column name in the database3] Unique value mapping – indicate a value from the SQL query that should be treated as unique, and select this value on the item list. Columns mapping – fill in the mapping of the values from the SQL query wi (...)

(...) om Table>" $cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($filepath) New-SPTrustedRootAuthority -Name "AzureAD" -Certificate $cert $map = New-SPClaimTypemapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" -IncomingClaimTypeDisplayName "UPN" -LocalClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn" $ap (...)

(...) Wrod & PDF" section   In the advanced configuration of this action, there are two tabs: Attachment selection - selecting the attachment from which data will be downloaded mappingmapping cells from the Excel file to form fields   Fig. 3. Configuration of the action - the Attachment selection tab   Attachment section tab: Category &nda (...)

(...) bus. The data bus withdraws changes when errors occur. WEBCON assumes that the data bus is transparent. WEBCON is not responsible for data bus configuration (end-point configuration; interface mapping ). Communication should be synchronous. The data bus is responsible for sequencing messages, redoing messages. 6. Integration with the use of SQL procedure WEBCON BPS is equipped with a (...)

(...) ed in the default browser. Path – option available only when the Start in browser box is unchecked. Paths are selected from the paths defined in the registration step of the given workflow. mapping s – this section allows you to set the value of the newly created instance. Here you can use data available directly in the e-mail, such as sender, body, etc.       (...)

(...) type in the “Response” tab   For example, when a floating-point number (decimal) is to be inserted in the decimal-type form field, you can select the correct type in the value mapping configuration. As a result, you prevent unnecessary conversion of data. Data types also appeared in the business rule configuration. Changing data types in the business rule   Ad (...)

(...) ON BPS workflow The option runs a workflow (defined by a user in the Change requests workflow field) for registering external requests based on change requests. Additionally, the Form field values mapping field enables user to specify which change request information (e.g. title, ID, description) is to be transferred to the workflow form fields. As a result, a part of the form fields will be filled ou (...)

(...) s_search webconbps/search:2023.1.1.41 bash –c “/opt/bps-solr/scripts/run-precreate-cores.sh” where: -d – running the container in the background, -p 8983:8983 – mapping host port 8983 to container port 8983 (default port on which Solr is running), --name bps_search – container name, webconbps/search:2023.1.1.41 – the image based on which the containe (...)

(...) Add item list rows This action adds all rows from the specified Data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the Columns mapping section. Executing this action may result in duplicate rows of the Item list. The Column mapping option is used to map data source columns to the Item list columns. Based on this mapping configura (...)

(...) I have the challenge to read form fields of a pdf document and store them in the workflow instance. The idea is, to implement an sdk custom action, where I am able to configure a mapping between the pdf form fields and fields of the workflow instance. The ideal solution is having two columns in a dynamic grid (similar as in the image attached), where i am able to add as many rows as i need. One to de (...)