content management system - Adding a new aspect with a User property -


Is it possible to add an asset inside a new aspect that will keep users from Alfreso users?

It will be used to input the user who is responsible / author of a defined aspect document.

The problem is that you have defined the same area twice. First is the D: text property and another is the union .

In your model you have defined

  & lt; Property Name = "txm: Vacation Process" & gt; & Lt; Title & gt; Not at Pranam & lt; / Title & gt; & Lt; Type & gt; D: text & lt; / Type & gt; & Lt; / Property & gt;  

And according to your definition:

  & lt; Associations & gt; & Lt; Union name = "txm: vacation spell" & gt; & Lt; Title & gt; Notification & lt; / Title & gt; & Lt; Source & gt; & Lt; Mandatory & gt; False & lt; / Mandatory & gt; & Lt; Many & gt; False & lt; / Many & gt; & Lt; / Source & gt; & Lt; Goal & gt; & Lt; Classes & gt; Cm: person & lt; / Square & gt; & Lt; Mandatory & gt; False & lt; / Mandatory & gt; & Lt; Many & gt; False & lt; / Many & gt; & Lt; / Target & gt; & Lt; / Union & gt; & Lt; / Associations & gt;  

Then it is giving the fields as text and the second area is no longer the first D: Text Remove the property or its name Replace.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -