• Junaid PKhader
  • NEWBIE
  • 0 Points
  • Member since 2017
  • Sr. Enterprise Soln. Developer
  • UST Global


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

I am having a visualforce page inside which I am using a lightning component. Its shown below.
$Lightning.use("c:VFPage", function() {
                $Lightning.createComponent(
                    "c:EditAttachment",
                    {
                        attachmentId: attId,
                        attachmentName: attName,
                        attachmentDesc: attDesc,
                        isPrivate: isPrivate
                    },
                    "LightningContainer",
                    function(cmp) {
                    }
                );
            });

Inside the lightning component, I am performing an edit on Attachment record and saving it.
I want to reload the whole visualforce page after the saving of the attachment is successful. Is there any way to do this?
Any help is appreciated.

I am having a visualforce page inside which I am using a lightning component. Its shown below.
$Lightning.use("c:VFPage", function() {
                $Lightning.createComponent(
                    "c:EditAttachment",
                    {
                        attachmentId: attId,
                        attachmentName: attName,
                        attachmentDesc: attDesc,
                        isPrivate: isPrivate
                    },
                    "LightningContainer",
                    function(cmp) {
                    }
                );
            });

Inside the lightning component, I am performing an edit on Attachment record and saving it.
I want to reload the whole visualforce page after the saving of the attachment is successful. Is there any way to do this?
Any help is appreciated.
Hi All,
I am getting a rather unhelpful error message when trying to validate the User Experience step of Battle Station.

There was an unhandled exception. Please reference ID: AQQJBEOI. Error: Faraday::ResourceNotFound. Message: NOT_FOUND: The requested resource does not exist 
Note: you may run into errors if you've skipped previous steps.

Any thoughts on how to go about troubleshooting. I have successfully validated the previous steps and everything is named correctly as far as i can see.