Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Getting date and time in schema

Avatar

Level 3

Hi,

consider i have created a web application and a schema for it.

Web page have name, age and email and a submit button. when he fills the form and submit it, data is getting added in schema successfully.

But in schema i want an additional column like "registered time".

In that, schema automatically wants to take the date and time of the data entered into data schema.

is that possible? If so what i need to do to achieve it?

consider schema name as "par:registration" and column i want is "registered time".

<attribute name="registered time" label="Registered time" type="datetime"/>

Thanks in advance,

ParthaSarathy 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Add default="GetDate()" to your attribute.

Thanks,

-Jon

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Add default="GetDate()" to your attribute.

Thanks,

-Jon

Avatar

Level 4

Hi @Jonathon_wodnicki 

VV97_0-1701935544338.png

Added default="GetDate()"

But its not populating auto date value in the schema 

couldn you please help on that?

Avatar

Community Advisor

Hi @vani97 ,

Change type as datetime.

 <attribute default="GetDate()" label="Order date" name="orderDate" type="datetime"/>

Avatar

Level 4

Hi @ParthaSarathy 


Changed data type as date and time but not getting updated in schema 

how i can able to connect attribute in to web app when user submit the form 

I added order date in preloading activity 

I think there should be a logic when sublitting the web app

is there any changes in web app 

Avatar

Level 4

Hi @Partha18 
Was that resolved How you updated the date value in schema 

Could you please help on that?