Skip to main content
Solved

Is it possible to set a field with a value based on value selected from LOV (immitate validate command) in workflows)

  • May 29, 2024
  • 2 replies
  • 164 views

Dananjaya M.
Sidekick (Employee)
Forum|alt.badge.img+9

Hi All,

I have a requirement which I want to confirm whether or not it can be done using a workflow.
When the user selects a value for Purchase Group based on certain logic the field Supplier should be automatically field.
This needs to happen before clicking the save button
 


Thanks,
Dananjaya Misso.

Best answer by Buddhi Gunasekara

I don’t think this is possible. Workflow can capture an incoming odata call and might be able to manipulate it’s response. If that response is consumed by client framework, there’s a possibility to change what client framework displays. IF you can answer these 2 questions as YES, then populating the supplier might be possible.
1. Does the dropdown selection change initiates an OData call?
2. Is the response of above call is consumed by Client framework, specifically to load the supplier dropdown data?

2 replies

Forum|alt.badge.img+7

I don’t think this is possible. Workflow can capture an incoming odata call and might be able to manipulate it’s response. If that response is consumed by client framework, there’s a possibility to change what client framework displays. IF you can answer these 2 questions as YES, then populating the supplier might be possible.
1. Does the dropdown selection change initiates an OData call?
2. Is the response of above call is consumed by Client framework, specifically to load the supplier dropdown data?


Dananjaya M.
Sidekick (Employee)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Employee)
  • 28 replies
  • May 29, 2024

Hi @Buddhi Gunasekara 

Answers to question 1 - Yes
Answer to question 2 - No.

Then I believe this cannot be fulfilled.