• Unable to Encrypt configuration parameter.

    Hi All,

    I am creating a new configuration parameter to save an account password, but I am not able to enable the Encrypted check box present for the configuration parameter. The database encryption is also on.

    we are using version 8.2 and launching the…

  • [813020] Component cannot be executed because required parameter 'ConnectionString, ConnectionProvider' are missing.

    Hi All,

    In DEVELOPMENT environment we are not able to see parameters for many of the OOTB processes and seems like none of the OOTB processes are working.

    All process steps are red in color.

    OOTB process steps with script components are missing the values…

  • Changing Hostname of a JobServer in the Designer

    I have a scenario where I have two job servers (one active and one is passive state), both are configured with similar machine roles, both are in different data centers.

    Currently I want to failover my primary job server to the passive one by changing…

  • Could not create a single object for table ADSAccount?

    Hi All,

    I have few process that run on ADSAccount table and whenever that gets run for creating a record in Active directory this process in job queue is being frozen and not successfully executed and the error it throws in "Could not create a single…

  • Cancel IT Shop Order are not working from the Script Component

    Dear All,

    We are trying to abort or Unsubscribe IT Shop orders for a given SAP Account. Attached my code, it is working fine when i test the script directly calling from Script Debugger but it is not working when we call same script with same attributes…

  • PWO Status Assigned but not applied yet in Web Poral

    Dear All,

    As i remember in Version 6 there is a status saying product is "Assigned but not applied yet" in the Target system. In our scenario (version 8), we are requesting for new SAP Roles using the portal. The status changed to Assigned immediately…

  • What all permissions are required to display custom columns in custom table in web portal?

    Hi,

    I want to display custom table columns in web portal. I tried adding various permission group and role based permission group to the table but its not working. Please suggest how to achieve this. Thank you.

  • How to encrypt a column via process

    Hi, we have one custom column created with schema extension and it needs encrypted value. When I am passing value from front end i.e ITshop, it is storing this value in plain text. I tried using "encrypted" option in parameter but its not working. How…

  • How to get value which has type "Double" and the value has 2 or 3 digits after decimal from a database?

    Hi,

    I am using COnnection.GetSingleProperty to read the value of "RiskIndex" from "AERole" table and the risk index is "0.01". Connection.GetSingleProperty as Double returns 0 instead of 0.01. How to handle this?

  • EmailAddress should not change even if Firstname and LastName are changed

    Hi,

    My issue is when user changes his firstname and lastname, defaultemailaddress is getting changed. I removed overwrite checkbox and added 

    If Not $[Isloaded]:Bool$ Then

    'my code to generate emailaddress

    End If

    as suggested in below link

    https:/…

  • Getting error "This employee is not authorized to make approvals"in "MakeDecision" method.

    Hi,

     

    my use case has approval workflow as below

    1. It is one level approval and has two approval steps.

    a. first step is "BS": back to requester

    b. second is "EX": external approval. External approval calls custom process and this custom process…

  • How to implement sequential processing for process task/process component?

    Hi,

     

    I want the process task "Send Mail" to execute sequentially and not in parallel. For e.g 100 jobs came in job queue for sending mail at a time so right now One IM executes this job in parallel. But I want it to be done in sequence. I checked…

  • process orchestration loop

    Hi, I have a question regarding process orchestration. I want to send email notifications to different administrators based on the access resource a user has. So In the process orchestration instead of creating individual step-blocks like:

    if user has…

  • Delete custom process

    Hi, I have created a custom process but later on i have deleted the custom table which attach to that custom process. Now i am not able to find that custom process any where. Please help me to delete that custom process. Even i have searched in DialogProcess…
  • Define search criteria for employee assignment

    Hi, I have created a search mapping criteria like AdsAccount.EmployeeNumber -> Person.PreviousPersonnelNumber. Where PreviousPersonnelNumber is custom column which is multivalue column. The above matching search criteria getting failed cause it is not…