Skip to main content
Nintex Community Menu Bar
Question

Create New Opportunity Button not functioning properly.

  • July 9, 2024
  • 18 replies
  • 33 views

Forum|alt.badge.img+2

I uploaded the Opportunity JS and created the Opportunity Overview page. Everything seems to be working except the pop-up for Create New Opportunity in Pop-Up. 

18 replies

Forum|alt.badge.img+20

What does it do? Anything at all? What are the actions you’ve setup? How about you copy the XML to this post, then I’d be able to take a look at your page.


Forum|alt.badge.img+2

It does nothing at all. I just copied the XML from the page repository. 


Forum|alt.badge.img+20

How to copy if you haven’t done it yet.
http://help.skuidify.com/m/page-assignments-and-overrides/l/102530-share-a-skuid-page-between-orgs

Just tag it with pre when pasting the XML.

7a7a2f52c0fe3923ed1924751e6780892b4e9da1.png



Forum|alt.badge.img+2
                                                                                                                                                                   Opportunities Overview         sumavgsumavg    Company Name        Owner             {{{Name}}}  {{Model.Label}}      LineItems                   Company    Owner       Quantity of Product at Sales Price {{Quantity}} {{PricebookEntry.Product2.Name}} @ {{UnitPrice}}                                               Product         sum                                      New Opportunity and Line Items  {{Model.Label}}              Account                           Source Campaign                         <div class="nx-editor-header-title">Line Items</div>     Product      List Price     sum                                 Helpful Links  {{Model.Label}}         <table class="nx-list nx-skootable-data" cellpadding="0" cellspacing="0"> <tbody class="nx-list-contents"> <tr class="nx-item"> <td><div style="white-space: nowrap; margin: 3px;"><div class="buttonicon ui-silk-report ui-silk inline"></div></div></td> <td> <div class="nx-field"> <div class="nx-fieldtext"> <a href="/00O?rt=22&retURL=%2F006%2Fo&open=open&break0=STAGE_NAME&t=title5&c=RD&c=FN&c=AN&c=ON&c=SN&c=FQ&c=PB&c=AG&c=CD&c=CR&c=NS&c=LS&c=TY&s=AM&s=EA&a=AG&details=yes&format=t">Opportunity Pipeline</a></div></div></td> </tr> <tr class="nx-item"> <td><div style="white-space: nowrap; margin: 3px;"><div class="buttonicon ui-silk-report ui-silk inline"></div></div></td> <td> <div class="nx-field"> <div class="nx-fieldtext"> <a href="/00O?rt=22&retURL=%2F006%2Fo&open=open&break0=STAGE_NAME&sort=STAGE_DURATION&sortdir=down&t=title7&c=FN&c=AN&c=ON&c=SN&c=FQ&c=PB&c=CD&c=TY&s=AM&a=AG&a=SD&details=yes&format=t">Stuck Opportunities </a></div></div></td> </tr> <tr class="nx-item"> <td><div style="white-space: nowrap; margin: 3px;"><div class="buttonicon ui-silk-report ui-silk inline"></div></div></td> <td> <div class="nx-field"> <div class="nx-fieldtext"> <a href="/00O?rt=22&retURL=%2F006%2Fo&open=closedwon&t=title9&c=FN&c=AN&c=ON&c=SN&c=FQ&c=CD&c=TY&s=AM&a=AG&details=yes">Closed Opportunities </a></div></div></td> </tr> <tr class="nx-item"> <td><div style="white-space: nowrap; margin: 3px;"><div class="buttonicon ui-silk-report ui-silk inline"></div></div></td> <td> <div class="nx-field"> <div class="nx-fieldtext"> <a href="/00O?rt=114&retURL=%2F006%2Fo&sortdir=down&sort=CD&include=all&break0=ON&c=ON&c=OW&c=CR&c=FD&c=OV&c=NV&c=CD&details=yes&format=t">Opportunity Field History Report </a></div></div></td> </tr> </tbody> </table>

Forum|alt.badge.img+20

Yeah. That’s odd. Does your profile have Create permission?


Forum|alt.badge.img+2

Yeah. It does. ONe thing I noticied though is ithat when I setup the OppJS static resource, my salesforce didn’t have the option of cache control like the example. 



Forum|alt.badge.img+20

er … uh … why the static resource? The snippet is included in the page XML.

a4cae2cefef69b29ae943cb00c971a65296a1510.png


Forum|alt.badge.img+20

scratch that. got the wrong XML. :S


Forum|alt.badge.img+20

I haven’t worked with static resources yet. Can’t help beyond this.


Forum|alt.badge.img+2

I just did it because the page repository told me. I do not have that in my Resources.


Forum|alt.badge.img+5

Eugene, try removing the namespace (in your Skuid page) for the resource you created.


Forum|alt.badge.img+2

I just did, but the button is still not functioning. 



Forum|alt.badge.img+5

Hmm, I just pasted your xml into a new page and the create new opportunity popup seems to be working. 

I do see another issue, though. The file for the static resource needs to be a javascript file, not text (.js, not .txt). 

Also, which browser are you using? 


Forum|alt.badge.img+2

Interesting. I am using chrome. I tried to pull it up on a different computer and I got the same thing. I was using chrome on both. 

Got it. I will update with the javascript file. 


Forum|alt.badge.img+5

Eugene, I’d be happy to take a look if you want to grant login access to Skuid support. (You can see how to do that here: http://help.skuidify.com/m/getting-started/l/182412-getting-help-how-to-grant-skuid-login-rights-to-…)


Forum|alt.badge.img+2

Great. i will do that right away. 


Forum|alt.badge.img+5

Ok. Looks like your Javascript file was missing the last line. So when it got pulled in it basically broke Javascript… hence the button didn’t work.



I updated your static resource and it looks to be working as intended now. 


Forum|alt.badge.img+2

Great. Thanks JOhn! You guys rock!