Unable to retrive SmartObject Result with Guid

  • 31 August 2015
  • 2 replies
  • 1 view

Badge +1

Hi

 

I just got an error out of the blue, and i cant figure out why.

I deleted one of my SmartObjects and recreated it, and when i try create a RULE (Execute a View method) on submit button clicked nevent i get an error:

12830i88393FEE94D7BB9E.png

Also tried to delete again and recreated it, but nothing help.

 

Any suggestion?


2 replies

Badge +6

I would imagine that error would show up when it can't find the smart object, so my guess is it's looking for the smartobject that you deleted and hasn't been shown where the new one is. After you created your new smartobject did you refresh the service instances in the smart object tester utility? And make sure you adjusted your data sources for your controls accordingly.

Badge +4

The execution of smartobjects is linked to a smartobject id. 

 

So when you delete a smartobject and create a new one the error will surface as the smartobject is not there anymore.

 

You have one of 2 choices.

 

1. Fix your forms to point to the new smartobject

2. Copy the Id and use it to recreate your smartobject using smartobject tester tool

 

With regards to #2.

 

You will use the tool to do the following

 

1. Export the smartobject

2. Delete the smartobject

3. Import the smartobject form te export.

4. During the import you will be able to specify an Id. Use the id copied form the error.

 

Hope this help

Reply