Upload Complete Notification

Hello,

I was wondering if there is a feature or indication other than the red dot disappearing at the top right of the sync icon, to inform users that their form upload is complete. Perhaps something more obvious like a popup or some other method to show a message like โ€œYour resume has been successfully uploadedโ€. I know an SMS or email can be sent, but wonder if there is an in-app notification option.

Thank you.

0 1 124
  • UX
1 REPLY 1

I believe , the easier option is to disable the โ€œdelayed syncโ€ option so that after every update, the app syncing message is displayed that can be customized for the said form. However I believe this option will be applicable for all other save operations in the app and may not be user friendly.

The workround below is a bit longish. So I request you to wait if someone suggests a simpler and better option. May be I have missed an easier option.

*Add a VC called say [Record Saving Status] with an expression , IF(IN([_THISROW].[Key Column], Table Name [Key Column]), โ€œResume savedโ€, โ€œYour resume is getting savedโ€)

  • Create read only a slice with candidate [Name] and [Record Saving Status] columns
  • Create a ref view of detail type on this slice called say 'RecordSave"
  • Create an action called say โ€œRecordSaveโ€ with LINKTOROW([KeyColumn], โ€œRecordSaveโ€)
  • In the main form view , please include the โ€œRecodSaveโ€ action as event action on record save

The above will need and can be further customized to change the message, posssibly include two images instead of text message, guidance to the user to further navigate from the detail view message once resume saved status is achieved. Also the approach assumes the resume or form is not available to user for edit once submitted because the message will display on every save , even after edit. Even if the form edit message is required, I believe it could be achieved with some more logic.

Top Labels in this Space