Skip to main content

Hi,

 

In IFS cloud is there a way to change the default date. For example in the customer order screen the default date for the field wanted delivery date is set to the current date, is there a screen in IFS Cloud were we can manually choose what the default date is set to? Instead of using current date we would like to change it to something like a week from today (SYSDATE + 7)

Hi ​@DavidWiafe,

There is no such screen to define default value for Wanted Delivery Date, though, requirement can be achieved through Workflow configuration. 

 

Regards

Abdul Rehman


On IFS Cloud 24R2 and later, you can use a new capability called Conditional Default Values to set the default value on a field on the configuration layer, overriding the core functionality. In your case, you can use Page Designer to create a conditional default value rule on the Wanted Delivery Date field where Case and Enabled are set to true, and Value is #TODAY+7# (if it’s a Date field) or addDays(now(), 7) (if it’s a Timestamp field).

You can read more here:

https://docs.ifs.com/techdocs/24r2/040_tailoring/225_configuration/200_client_configurations/330_conditional_default_values/

Best regards,

Rukmal


On IFS Cloud 24R2 and later, you can use a new capability called Conditional Default Values to set the default value on a field on the configuration layer, overriding the core functionality. In your case, you can use Page Designer to create a conditional default value rule on the Wanted Delivery Date field where Case and Enabled are set to true, and Value is #TODAY+7# (if it’s a Date field) or addDays(now(), 7) (if it’s a Timestamp field).

You can read more here:

https://docs.ifs.com/techdocs/24r2/040_tailoring/225_configuration/200_client_configurations/330_conditional_default_values/

Best regards,

Rukmal

 

Hi Rukmal,

 

I followed the guide, but i'm wondering why the following does not work. You have any idea?

 

Rebate Type is a text field. According to the documentation functions are supported. So my idea was to automatically generate a key. by concatenating the RB_ with the number of records (2) + 1. Expectation would be that RB_3 is generated. But it's just giving back the text. 

 

Am i doing something wrong? Or is this not supported?


For the benefit of anyone coming across this thread, the above question is answered in its own thread here:

 


Reply