Contact name is shown as System instead of actual name

Contact name is shown as System instead of actual name

In certain cases , users will see this error in the request details page.



As per design of SCP 11.0,  Support Rep of one Portal cannot be a Contact in another portal.  
If a support rep in portal A , sends email to Portal B , (where he is associated or created) , then the ticket will be created under System Name.

We have plans to achieve this use case through feature ID - 2252 (in our product roadmap). Once it is released we will mention the same in our Product read me.




                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Query to find Contact roles

                        All requests from their account and sub account  SELECT aaauser.FIRST_NAME "Contact Name",org.NAME "Account Name",ucinfo.EMAILID "Contact Email",ucinfo.LANDLINE "Contact Phone",ucinfo.MOBILE "Contact Mobile",ucinfo.FAX "Contact Fax" FROM AaaUser ...
                      • Excess license usage shown for support reps in SCP 8.1

                        1. Go to reports - > New query report, and execute the below query.  select * from aaauser aaau join sduser sdu on aaau.user_id=sdu.userid inner join helpdeskcrew hd on sdu.userid=hd.technicianid inner join aaalogin aaal on ...
                      • 8121 Index fix jar (contact module corruption)

                        This is compatible with 8121 At times , the contact search is not working and that leads to mail fetching issues also. This fix might work in certain instances. Please check it. However the permanent solution is available from 11.0 version. It is ...
                      • Phone number need to be mandatory in 8.1 for contacts

                        Kindly follow the steps below to create the FAFR, 1. Access admin Module 2. Select the request template option and click the edit option the required request template the script needs to be applied on 3. Select the Fields and Forms Rule tab and paste ...
                      • Query to find contact associated in Sub-accounts

                        SELECT org.NAME "Account Name",aaauser.FIRST_NAME "Contact Name",ucinfo.EMAILID "Contact Email", au1.first_name "Subaccount Contact's name", aci.emailid "Subaccount's contact's email address" FROM AaaUser aaauser LEFT JOIN AaaUserContactInfo ...