Iâve created the one-to-many relationship and many-to-many relationship for Meetings to a custom module (essentially a sub-account that sits between Accounts and Contact) - the meeting with show up in the subpanel of the Accounts but not the custom module or the Contact module. I can see the Invoice and Quote subpanel data in all three modules.
Iâve tried QR&R, Repair Relationships, and adding new relationships (just created another empty subpanel). The logs are empty when I check them.
Any ideas? Iâm running out of them.
Thanks!
Is the meeting related directly to the custom module in the relate field of the meeting? Based on everything else youâve mentioned it should work. If all else fails check the database in PHPMyAdmin and check that the meeting relationship is in fact in the table of your custom module and that there is a relationship table for the module/meetings.
If youâre thinking because you have the relationships set up that it will âautomaticallyâ relate it to your custom module just because youâve related the meeting to the account, it doesnât work that way. You have to create the relationship one by one between the meeting and your custom module.
You can probably create a workflow that does this for you.
1 Like
Thanks for the idea on relationships and workflow. I had created relationships, but apparently I needed to do it twice. The second one worked when I used a workflow to populate the ID from the related field.
1 Like
Hi,
I want to show in contract module Document show the data but it not showing the Document module in Contract module, how i create workflow for this.
Thanks
Vishal Raj
@Vishal11
You can set relationship between modules âContractsâ and âDocumentsâ as one-to-many.
Hi,
Thank you for your response.
I already create one to many relationship between âContractsâ and âDocumentâ module after that âContractsâ module show two âDocumentâ subpanel one is default that is many to many relationship and i newly created one to many. And in default subpanel only some contracts show the Document name but in my suitecrm All the Contracts have Documents but only some contract show the document other not show why ?
Thanks
Vishal Raj
Hi,
Can we create âWorkflowâ for this that show the subpanel data.
@Vishal11
Sorry, I donât how you records of âDocumentsâ to âContractsâ.
Perhaps, you work with subpanel which has relationship one-to-many and when you select record of âDocumentsâ in new âContractâ lost relationships with old âContractâ.
@Vishal11
As far as I know, no. You can manipulate this data in WorkFlow, but not with views.
Hi,
But without selecting records, i want document name show as per contracts.
@Vishal11
How do you set that the âDocumentâ has connection with âContractâ?
Hi,
There is one relate field contract in document module.
@Vishal11
I already wrote about it. You are using relationship one-to-many. If you want that one âDocumentâ has connection with different âContractsâ you should select âContractâ in subpanel of âDocumentsâ