Andy H

Results 18 issues of Andy H

We are experiencing an issue where when we update the fsc_Quickchoice_Images static resources with new images we get a 404 Not Found when the component is generated. I have found...

Give the end user ability to edit message ![image](https://user-images.githubusercontent.com/22582720/39146590-d902010a-46fc-11e8-882b-508e4a1fcef7.png)

enhancement

If you send a sms and the sms failed to send please provide error messaging from the web widget ![image](https://user-images.githubusercontent.com/22582720/33444521-2303ad3e-d5c0-11e7-8925-6b00515d6e38.png) from my cell phone app ![image](https://user-images.githubusercontent.com/22582720/33444583-4cbdb19c-d5c0-11e7-87b8-36c5704d5e97.png)

enhancement

From the message screen have an edit button where we can delete any messages

enhancement

Have a search bar in the History tab which will allow you to easily find a call.

enhancement

In the Messages Tab there is a Create New Contact button. When clicked no function is called. ![image](https://user-images.githubusercontent.com/22582720/33380971-58f0512e-d4e2-11e7-8af5-634b9a3983cc.png) Change request is to be able create personal contacts via the web...

Have the phone icon next to the name to allow from this screen to call the person ![image](https://user-images.githubusercontent.com/22582720/33094321-5c63c93a-cec5-11e7-87a9-cf8b81db07f5.png)

enhancement

This change will allow users to use objects that don't have an ObjectInfo like Case Team Member. Fixes my issue here. #128

SOQL Query: SELECT Member.Name,TeamRole.Name FROM CaseTeamMember WHERE ParentId = $recordId Column Labels: Member_Name=>User Name,TeamRole_Name=>Role Other Configuration: ![Screenshot 2023-01-13 at 09 55 23](https://user-images.githubusercontent.com/22582720/212362685-26fb7d17-25f3-4424-8082-eab26198f709.png) ![Screenshot 2023-01-13 at 09 55 17](https://user-images.githubusercontent.com/22582720/212362688-7e4028f3-4ff5-45af-a1d7-607fc086a8aa.png) ![Screenshot 2023-01-13...

On the page where you document how to rename columns, you should add an example of how to rename a Child field `SELECT Owner.Name FROM Account` To get the name...