Create iProperty date type

Create iProperty date type

Milan_Nosil
Advocate Advocate
621 Views
2 Replies
Message 1 of 3

Create iProperty date type

Milan_Nosil
Advocate
Advocate

Hello, 

can anyone advise me please? I need create a new iProperty with a date type. I don't want to create an iProperty very often, I would just like to run a rule and thus create iproperts as in the picture.

 

Thank you for any advice.

0 Likes
Accepted solutions (1)
622 Views
2 Replies
Replies (2)
Message 2 of 3

JhoelForshav
Mentor
Mentor
Accepted solution

Hi @Milan_Nosil 

The property type that's being created depends on the object type of the value you set to it.

So if you add a value of type date, it'll be a date property:

try this ilogic rule:

Dim oDate As Date = Now.Date
iProperties.Value("Custom", "Date") = oDate
Message 3 of 3

Milan_Nosil
Advocate
Advocate

Thank you very much 🙂

0 Likes