Attribute Group

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
vinsnash
Posts: 415
Joined: Sun Oct 07, 2007 4:58 pm

Attribute Group

Post by vinsnash »

Is it possible to create a business object that consists of two or more other attributes?

For instance a member code that has two parts i.e.

MemberCode(Text with length of 7)
MemberRegion(Number 4 digits)
MemberAlpha(Text with length of 3)

I want to reference the combination of MemberRegion and MemberAlpha with MemberCode and reference MemberRegion and MemberAlpha independently.

Thanks for any help

Vins Nash
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Vins,

Simply make MemberCode a calculated Plain text attribute & put the following rule in Member BO:

Member.MemberCode=Member.MemberRegion+Member.MemberAlpha

Tom
Post Reply