cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Desktop Studio: default set values are getting removed when clicking on submit button

former_member395561
Participant
0 Kudos
969

I am facing below issues while running the workflow in desktop agent.

1. default values set for the fields(Distribution key, Distribution-key Description, Distributionkey responsible) is getting deleted once I click on check button. In first attachment default value is getting populated, and in second attachment-as soon as I click on check/submit button(or any other button) it is getting vanished.

2. And at the time of running the workflow getting unable to create process debug error as well(attachment 3).

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

scn-reply.jpg

Try Adding Class as Input Field and As you can see the Subtree on the right side.

Once you right-click there will be Option for Add to existing Criteria so you need to add the whole criteria from <Table> till <TD> as a tree.

Have a look at the attachment. Try this once.

former_member395561
Participant
0 Kudos

i have added the table in the criteria, refer the attachment. it is still not working.

values are coming on the screen and then getting vanished with in a second.

0 Kudos

Just Check whether default Values are in <Span> Web Element or <Input> Web Element using F12 Developer Tools.

Also while setting Criteria have you selected Span as Target or Input as Target.?

former_member395561
Participant
0 Kudos

I have done the below settings in the criteria. Please let me know if this is fine or I need to check somewhere else.

And I was not able to use F12, kindly let me know how to use it.

Former Member
0 Kudos

Hi,

The error from the Desktop Agent window is because you didn't install the Remote Tools for Visual Studio - it is mentioned in the installation Guide.

for the first issue, with default values, the code should be checked, after you install the RTVS.

Best regards,

Monica

former_member395561
Participant
0 Kudos

I have installed RTVS and debugger issue is resolved.

However default value issue is still persist.

Could you please help me for this issue.

Regards,

Shruti

Former Member
0 Kudos

Hi,

When you do it by yourself , does it act differently when clicking on the submit button?

Best regards,

Monica

former_member395561
Participant
0 Kudos

Yes, when I do it myself, values get submitted and Change request is created.

Here it is not allowing to submit/check because when it is hitting check/submit in workflow, data in the fields is getting cleared. hence key-fields are getting cleared and nothings is being performed.