debackerl
unread,Jul 8, 2008, 12:28:36 PM7/8/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
Hi,
Is it possible to references a single message from multiple fields?
Let's suppose that we want to transfer all billing of a company, the
'bill' message would contain a 'customer' field. However, multiple
bills will have the same customer, will the customer be shared
automatically (i.e. only transferred once) or do I have to use unique
IDs instead?
Regards,
Laurent Debacker.