Skip to main content
New Participant
August 2, 2022

What are the default properties that page or Assets get when we create?

  • August 2, 2022
  • 2 replies
  • 1745 views

In the above CRXDE image there are some properties which are auto created like jcr:uuid etc. and some are not ex cq:lastModified. So my question is related to that 

what are the default properties which are auto created and which are by default assigned to page or asset when we create that.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Sachin_Arora_
New Participant
August 2, 2022

There are not any set of properties defined that will come by default on creation. It depends on the setup you have of AEM. Properties like title will always be there but there could be other properties that would come by default based on the integrations you have with AEM. Even properties could vary based on AEM version as well.

 

For example if you are using dynamic media integration then your assets will have bunch of properties related to scene7. Also few properties varies based on the type of Asset you are uploading. 

New Participant
August 2, 2022

Hi

@sachin_arora_ 

then what is auto created as true meaning in above properties

Manu_Mathew_
New Participant
August 2, 2022

@akshaybhujbale auto-created properties (such as jcr:primaryType) are not subject to an overlay/override to ensure that the node type currently under /libs is respected.

It may mean that it is created and administered by the system and can only be read (but not changed or deleted).

DEBAL_DAS
New Participant
August 2, 2022

Let's talk about page first -

 

While creating a page are you getting below create page wizard? If yes

 

Please notice here Title is the mandatory field [it marks with asterisk]. To  create a page I have to add title and if I don't use any other properties [don't define any other properties], then cq:lastModified, cq:lastModifiedBy, cq:template, jcr:title, sling:resourceType, jcr:primaryType, jcr:created and jcr:createdBy will be stored/created as shown below -

 

 

If you define more properties during page creation then more properties get created/stored in CRXDE.

Next based on author's action we will be seeing more properties.

 

For an asset you will seeing more properties as shown below -

 

 

You can easily test all these at your end also.

New Participant
August 2, 2022

@debal_das 

Thanks for information. 

what is the meaning of auto created true or false?

DEBAL_DAS
New Participant
August 2, 2022

Sorry I am unable to see anything called auto created true or false. Could you please highlight.