
So we will be able to see what Answer or Idea has the Account posted on my customer portal.
답변 1개
You could do this by creating a custom lookup field (Account Name) to the Account object on both the Ideas object and the Answers object.
The only issue with this is that you cannot populate the Account Name field from a workflow field update and therefore the Account Name would be blank unless you had your Portal users either input their Account Name or you wrote an Apex Trigger to populate the Account Name field from who the Portal User is and the Account they belong to.