[
https://issues.apache.org/jira/browse/OFBIZ-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591589#action_12591589
]
Mridul Pathak commented on OFBIZ-1642:
--------------------------------------
In Create Contact form, for now the most basic details that we can have are
1) Personal Details (firstName, lastName mandatory)
2) General Correspondence Address Details (mandatory)
3) Primary Phone details
4) Primary Email Address Details
5) An input and party lookup to create a party relationship record
We can allow user to add more details on the summary screen.
I'll update soon if we can have more details in the create form.
> Screens to manage Contacts in SFA webapp
> ----------------------------------------
>
> Key: OFBIZ-1642
> URL: https://issues.apache.org/jira/browse/OFBIZ-1642
> Project: OFBiz
> Issue Type: New Feature
> Reporter: Anil K Patel
> Priority: Minor
>
> In OFBiz a Contact is a Person, which is a type of Party (the other main type
> being Party Group, which would correspond to an Account). For a more general
> description of the Party structure see the Accounts section above. Each
> contact will be in the Contact role. The following are screens and details
> for them related to a contact.
> These may be best as separate screens or as desired certain ones can be
> combined.
> Find Contact
> • Accessed from the application/header level "Contacts" tab
> • Includes a search fields entry form and a search results display form
> • All search results will be filtered by Contacts the current user is
> associated with (PartyRelationship in relationship of type CONTACT_REL TO
> logged in user) unless the user has permission to view all.
> • Like the normal Party Search except with a filter on partyTypeId=PARTY_GROUP
> or PERSON and include a PartyRole record for the "CONTACT" roleTypeId.
> • Includes a link to the Create/Edit Contact page with no "partyId" to
> identify the account for the purpose of creating a new Contact; note that for
> Edit Contact the partyId can correspond to either the Group or Person. After
> a contact is created, it should be setup in Relationship of type CONTACT_REL
> with logged in user.
> • Contact Home (Summary)
> • This page will include summary information for the account including basic
> Contact
> fields plus other related information (to be defined....)
> • Will have link to and information about Account associated with contact;
> since this
> is modeled as a PartyRelationship can theoretically have multiple Accounts
> but the
> UI will limit the setup of a single Account per Contact.
> • Create/Edit Contact
> • If a "partyId" parameter is passed in this page will act as an Edit Contact
> page (the
> partyId can for the Group
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.