cancel
Showing results for 
Search instead for 
Did you mean: 

Variant Configuration

Former Member
0 Kudos

Hi

I am trying to achieve scenario in variant configuration where in I have characteristics with Data type Date, date entered should be date older than current system date or +3 days from current date.

Can this be achieved with procedure? Not sure though.

Regards

Kalpesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi,

This is possible.

You can have a characteristics with a date format.

While writing a procedure dependency, you have to explore littlebit how to make use of the syntax to get the date 3 days from system date. But it is possible.

Syntax for procedure is $SELF. WEIGHT = 10 if FRAME = Aluminum where WEIGHT and Frame are characteristics and 10 and Aluminium are the corresponding values. Here you can write like

$SELF.DATE = SYDATUM+3 where DATE is the name of your characteristic, though I am not sure if we can use system variables in dependencies.

Give it a try. Otherwise if you give this syntax to the developer, they could arrive at the right piece of code to do this within procedure dependency.

Answers (0)