Skip to main content
Solved

Task parameter ignoring constant value

  • August 17, 2023
  • 1 reply
  • 27 views

Forum|alt.badge.img+4

Hey all,

I have a task where the parameter ignores the constant value even after the creation.

 

here is the domain:

 

This is the only default assigned to the task:

declare @print_qty int = (select top 1 cast(setting_value as int) from setting where setting_name = 'default_no_print_copies')

if (@no_of_copies is null) begin
    set @no_of_copies = @print_qty
end

 

This is the process variable

 

Any idea what could be causing the issue?

Best answer by Timothy Mentowidjojo

i resolved it, it was a little oversight on my part.

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

1 reply

Forum|alt.badge.img+4

i resolved it, it was a little oversight on my part.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings