This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Creating a grid showing and allowing editing of relationships according to the my Datamodel

fli - Thursday, May 19, 2011 9:02 AM:

 Hi Members,

Is this possible ?

I have been trying to create a grid for Editing the rules for modules used in my ProductConfigurator which by the way works great.

So this grid should be on a tab under the SF-Item (se datamodel)

 

 

List all modules with Specific SF-Item referenced in the SFItem_id property

SF-Item TAB

 

Grid control

 

Stroke

Bore

Type

 

List all characteristics referenced under the SF-Item

 

 

 

k

 

 

l

 

 

s

 

 

60

 

 

70

 

 

80

 

 

90

 

 

98

MB-D

 

MG-D

MMED

MEDD

 

List all values related to above characteristic

(must be able to write vertically)

12234-5

 

x

 

x

 

x

 

 

x

 

 

 

 

Put a 'mark' according to Rule_ Characteristics Values.

A new line for each Rule

12234-5

 

 

x

 

 

x

 

x

 

x

x

 

65465-2

 

x

 

 

 

 

x

 

 

 

 

x

65455-3

x

 

 

 

x

x

 

 

 

 

x

x

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I am trying to upload the datamodel.

BR / Christoffer



Brian - Thursday, May 19, 2011 11:43 PM:

Hi Christoffer,

Certainly what you have there is possible.

Have a look at the "changes.html" page under ../client/solutions/plm/scripts/changes for a basic interactive grid arrangement.

Define your grid and populate it with code inside the .html page.

Then go to the Relationship Type you want to display the grid for and edit the Grid View, nominating the Start Page as the new .html form you have created.

Hope this helps,

Brian.



fli - Friday, June 3, 2011 9:28 AM:

Brian,

Thank you very much.

Christoffer



fli - Friday, June 3, 2011 10:33 AM: