Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
HiI need to sent out the same weekly mail to a support/sales team with this weeks sales-goals and how they are doing. The sales-goal and current-reatched goal is on each person as normal data, so I dont have to change anything within the mail week for week.What the best program to use for this? I wa...
There must be someway to get the numbers out of marketo or salesforce. The dashboards salesforce has is not enought for us, we got at speciael design and some frontend work already done in html5 and jquery.. we just need the numbers from the systems. 🙂
We got the numbers in SFDC and we are using the dashboards there... Now we want to get the numbers out of Salesforce and onto a homemade dashboard we can show on some televisions in customer service.Would it be better to do that through Salesforce webpush/api -something?
Hi, I want to make a dashboard as a landingpage, so I need some numbers from the lead database, how many permission I have or how many with a firstname e.g.So how can I get theise numbers into my landingpage, can I somehow make tokens through javascript and use them in my scripts? or make variables?
I can only find US or UK usergroup's for Marketo, there none in the nordic countries?regards the lonely Dane :'(
Ok now its down to 1 min, i think thas good enough... thanks Val 🙂
Hmm that did not work.. it still takes 2 minutes to set the data.this is my setup, am I doing it correct?
Hey Val, thats a great workaround to do it this way, I will try it out, thanks!
So I'm having a smart campaign with at smart list with a trigger "Link clicked in email", and the flow sets a data value to true.. My issue is that from the time i click on the link, to the data is set, it almost takes 2minuts, which breaks alot of my other smart campaigns and triggers.Is there anyw...
I found the solution (hurraaay)first i past the token in a hidden span: {{lead.First Name}}then i set the content of the span to a varable in javascript:var fnavn = $('#form-fname').html();Then I can target the input field and change the value to my variable:$('input#FirstName').val(fnavn);And this ...