Skip to main content

Dears, 

 

Can I add custom field like toggle switch in this picture?

 

Best Regard.

Hi,

Yes. It would be a custom field using enumeration type with Boolean. You can use existing enumerations or create your own custom enumeration. (Below is what I have at Customer)

 

You will find how to create Custom Attributes in IFS technical help documents for your environment.

 


thanks AsankaGaru it is helpful.

about default value I put Yes as default but all currently rows show as no 

is this work only for new rows that created after add custom field?


Hi,

I have not tried it in cloud but with past experience, you need to update existing records with the value you need (probably via a small script). New records would inherit the default, as you have mentioned.

Thanks


Hi

Toggle Button Automatically generated for Not null editable attributes of type BOOLEAN


Hello, I have simillar problem with toggle switch, i want set up default value to false, it is possible, if it is located in entity (ReceiveShopOrder), which I cant find in entity configuration?


Hi @Ed22 ,

Are you talking about standard field option or custom field? 

In entity configuration window, you can find Custom fields only.

In order to set default value for standard field/toggle, you need to write a workflow.

 

Regards

Abdul Rehman 


I want upload toggle switch StopClockings, which has in element content mandatory value: true. How can I write workflow? 


Please try to learn from below link.

https://dsj23.me/2024/02/05/ifs-workflows-think-big-start-small/


Reply