<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Sun, 02 Nov 2014 16:34:34 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-02T16:34:34Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Does CRM API v3 support Extended CRM fields at this time?</title>
      <link>https://forums.adobe.com/thread/1624900</link>
      <description>&lt;!-- [DocumentBodyStart:2e590e0f-e835-482c-8a73-3acb0d7ec59a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, there are no documentation about this, at least i couldn't find some.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, the title is the question, can i retrieve Extended CRM fields with API v3?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2e590e0f-e835-482c-8a73-3acb0d7ec59a] --&gt;&lt;img src='/beacon?t=1415881985644' /&gt;</description>
      <pubDate>Sun, 02 Nov 2014 16:34:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1624900</guid>
      <dc:date>2014-11-02T16:34:34Z</dc:date>
      <clearspace:dateToText>2 days 22 hours ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Create an order ID response (CRM API v3)</title>
      <link>https://forums.adobe.com/thread/1624303</link>
      <description>&lt;!-- [DocumentBodyStart:56c44f75-79d8-4d2f-b7bc-8e4b45aa340f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, with CRM API v3, when you create an order, you receive an empty body as response when successful. It would be cool to receive an ID of created order, to be able to open it for user editing.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56c44f75-79d8-4d2f-b7bc-8e4b45aa340f] --&gt;</description>
      <pubDate>Sat, 01 Nov 2014 17:44:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1624303</guid>
      <dc:date>2014-11-01T17:44:15Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CRM API v3 404 Error</title>
      <link>https://forums.adobe.com/thread/1609875</link>
      <description>&lt;!-- [DocumentBodyStart:e504d701-759e-46bf-9bb4-ada44467336d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; margin-top: 15px; margin-bottom: 15px; font-size: 14px; color: #2b2e2f;"&gt;Trying to test the new CRM APIs, but getting the 404 error.&lt;/p&gt;&lt;p style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; margin-top: 15px; margin-bottom: 15px; font-size: 14px; color: #2b2e2f;"&gt;What am i doing wrong?&lt;/p&gt;&lt;p style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; margin-top: 15px; margin-bottom: 15px; font-size: 14px; color: #2b2e2f;"&gt;&lt;span style="color: #2b2e2f; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 14px;"&gt;-----------------------------------------this is my javascript:&lt;/span&gt;&lt;/p&gt;&lt;!--[CodeBlockStart:679ea298-8dce-47e4-855b-49526854b985][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
function searchCustomers(phoneID) {

console.log('searchin customers');

var request = $.ajax({
url: "/webresources/api/v3/sites/current/customers",
type: "GET",

contentType: "application/json",
headers: {
"Authorization": $.cookie('access_token')

}
}
);
request.done(function (msg) {
console.log('SUCCESS!'); 
console.log(msg);
}
)
request.fail(function (jqXHR) {
console.log("Request failed.");
console.log("Error code: " + jqXHR.status);
console.log("Error text: " + jqXHR.statusText);
console.log("Response text: " + jqXHR.responseText);
}
)

}
&lt;/pre&gt;&lt;!--[CodeBlockEnd:679ea298-8dce-47e4-855b-49526854b985]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; margin-top: 15px; margin-bottom: 15px; font-size: 14px; color: #2b2e2f;"&gt;&lt;span style="color: #2b2e2f; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 14px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; margin-top: 15px; margin-bottom: 15px; font-size: 14px; color: #2b2e2f;"&gt;&lt;span style="line-height: 1.5em;"&gt;-----------------------------------------this is console output:&lt;/span&gt;&lt;/p&gt;&lt;!--[CodeBlockStart:5edcca8c-24e2-45cc-b805-0eeb267fa815][excluded]--&gt;&lt;pre class="plain" name="code"&gt;
searchin customers searchController.js:77
GET https://ugm-exchange-759929-apps.worldsecuresystems.com/webresources/api/v3/sites/current/customers?_=1413441564127 404 (Not Found) jquery-1.10.2.js:8706
Request failed. searchController.js:96
Error code: 404 searchController.js:97
Error text: Not Found searchController.js:98
Response text: &amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html class="html" lang="ru-RU"&amp;gt;
&amp;lt;!-- BC_OBNW --&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-type" content="text/html;charset=UTF-8" /&amp;gt;
&amp;lt;title&amp;gt;jeztorgi&amp;lt;/title&amp;gt;
&amp;lt;link href="/StyleSheets/ModuleStyleSheets.css" type="text/css" rel="StyleSheet" /&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;var jslang='EN';&amp;lt;/script&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;
if(typeof Muse == "undefined") window.Muse = {}; window.Muse.assets = {"required":["jquery-1.8.3.min.js", "museutils.js", "jquery.musemenu.js", "jquery.watch.js", "template.css"], "outOfDate":[]};
&amp;lt;/script&amp;gt;
&amp;lt;link rel="stylesheet" type="text/css" href="/css/site_global.css?519733222" /&amp;gt;
&amp;lt;link rel="stylesheet" type="text/css" href="/css/master_______-a.css?4204192794" /&amp;gt;
&amp;lt;link rel="stylesheet" type="text/css" href="/css/template.css?3898338608" id="pagesheet" /&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;
document.documentElement.className += ' js';
&amp;lt;/script&amp;gt;
&amp;lt;meta name="generator" content="2014.1.1.276" /&amp;gt;
&amp;lt;meta name="image-hide-from-external-url" content="true" /&amp;gt;
&amp;lt;meta name="image-hide-location" content="true" /&amp;gt;
&amp;lt;!-- CSS --&amp;gt;
&amp;lt;!-- Other scripts --&amp;gt;
&amp;lt;!-- JS includes --&amp;gt;
&amp;lt;!--[if lt IE 9]&amp;gt;
&amp;lt;script src="/scripts/html5shiv.js?4241844378" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;![endif]--&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;

&amp;lt;div class="clearfix" id="page"&amp;gt;&amp;lt;!-- column --&amp;gt;
&amp;lt;div class="position_content" id="page_position_content"&amp;gt;
&amp;lt;a class="nonblock nontext clip_frame colelem" id="u8697" href="/index.html"&amp;gt;&amp;lt;!-- image --&amp;gt;&amp;lt;img class="block" id="u8697_img" src="/images/paperlogo.jpg" alt="" width="318" height="43" data-ice-editable="image" data-ice-options="clickable" data-muse-uid="U8697" data-muse-src="/images/paperlogo.jpg" /&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;div class="browser_width colelem" id="u8688-bw"&amp;gt;
&amp;lt;div id="u8688"&amp;gt;&amp;lt;!-- group --&amp;gt;
&amp;lt;div class="clearfix" id="u8688_align_to_page"&amp;gt;
&amp;lt;nav class="MenuBar clearfix grpelem" id="menuu8458"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;
&amp;lt;div class="MenuItemContainer clearfix grpelem" id="u8473"&amp;gt;&amp;lt;!-- vertical box --&amp;gt;
&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u8476" href="/gazeta.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8479-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;Электронная газета&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class="MenuItemContainer clearfix grpelem" id="u8466"&amp;gt;&amp;lt;!-- vertical box --&amp;gt;
&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u8467" href="/%d1%80%d0%b5%d0%b4%d0%b0%d0%ba%d1%86%d0%b8%d1%8f.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8468-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;Редакция&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class="MenuItemContainer clearfix grpelem" id="u8487"&amp;gt;&amp;lt;!-- vertical box --&amp;gt;
&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u8488" href="/%d0%be%d0%b1%d1%8a%d1%8f%d0%b2%d0%bb%d0%b5%d0%bd%d0%b8%d1%8f.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8491-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;Объявления&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;div class="SubMenu MenuLevel1 clearfix" id="u8492"&amp;gt;&amp;lt;!-- vertical box --&amp;gt;
&amp;lt;ul class="SubMenuView clearfix colelem" id="u8493"&amp;gt;&amp;lt;!-- vertical box --&amp;gt;
&amp;lt;li class="MenuItemContainer clearfix colelem" id="u8494"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u8495" href="/%d0%b1%d0%b5%d1%81%d0%bf%d0%bb%d0%b0%d1%82%d0%bd%d1%8b%d0%b5-%d0%be%d0%b1%d1%8a%d1%8f%d0%b2%d0%bb%d0%b5%d0%bd%d0%b8%d1%8f.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8497-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;Бесплатные объявления&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li class="MenuItemContainer clearfix colelem" id="u8515"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u8516" href="/vip-%d0%be%d0%b1%d1%8a%d1%8f%d0%b2%d0%bb%d0%b5%d0%bd%d0%b8%d1%8f.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8518-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;VIP&amp;amp;#45;объявления&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li class="MenuItemContainer clearfix colelem" id="u8501"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u8502" href="/%d0%bc%d0%be%d0%b4%d1%83%d0%bb%d0%b8.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8504-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;Модули&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li class="MenuItemContainer clearfix colelem" id="u8508"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u8509" href="/%d1%84%d0%be%d1%82%d0%be-%d0%be%d0%b1%d1%8a%d1%8f%d0%b2%d0%bb%d0%b5%d0%bd%d0%b8%d1%8f.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8510-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;Фото&amp;amp;#45;объявления&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class="MenuItemContainer clearfix grpelem" id="u8459"&amp;gt;&amp;lt;!-- vertical box --&amp;gt;
&amp;lt;a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u8460" href="/%d1%80%d0%b5%d0%ba%d0%bb%d0%b0%d0%bc%d0%b0.html"&amp;gt;&amp;lt;!-- horizontal box --&amp;gt;&amp;lt;div class="MenuItemLabel NoWrap clearfix grpelem" id="u8461-4"&amp;gt;&amp;lt;!-- content --&amp;gt;&amp;lt;p&amp;gt;Реклама&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/nav&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class="colelem" id="u5129"&amp;gt;&amp;lt;!-- custom html --&amp;gt;
&amp;lt;div class="system-error-message"&amp;gt;
&amp;lt;h1&amp;gt;Page Not Found&amp;lt;/h1&amp;gt;
&amp;lt;p&amp;gt;We could not find the Web Page you requested. This is either because:&amp;lt;/p&amp;gt;
&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;There's an error in the address or link.&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Or you have entered the address or link incorrectly.&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;p&amp;gt;
&amp;lt;a href="/"&amp;gt;Click here&amp;lt;/a&amp;gt; to go back to our Home Page. 
&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- .system-error-message --&amp;gt;


&amp;lt;/div&amp;gt;
&amp;lt;div class="verticalspacer"&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div class="browser_width colelem" id="u2642-bw"&amp;gt;
&amp;lt;div id="u2642"&amp;gt;&amp;lt;!-- simple frame --&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class="clearfix colelem" id="pu2641-4"&amp;gt;&amp;lt;!-- group --&amp;gt;
&amp;lt;div class="clearfix grpelem" id="u2641-4"&amp;gt;&amp;lt;!-- content --&amp;gt;
&amp;lt;div data-ice-editable="html" data-ice-options="disableImageResize,none" data-muse-uid="U2641"&amp;gt;
&amp;lt;p&amp;gt;&amp;#169; 2014 Газета &amp;amp;quot;Городская Ярмарка&amp;amp;quot;&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class="grpelem" id="u6821"&amp;gt;&amp;lt;!-- custom html --&amp;gt;
&amp;lt;!-- ZERO.kz --&amp;gt;
&amp;lt;span id="_zero_60032"&amp;gt;
&amp;lt;noscript&amp;gt;
&amp;lt;a href="http://zero.kz/?s=60032" target="_blank"&amp;gt;
&amp;lt;img src="http://c.zero.kz/z.png?u=60032" width="88" height="31" alt="ZERO.kz" /&amp;gt;
&amp;lt;/a&amp;gt;
&amp;lt;/noscript&amp;gt;
&amp;lt;/span&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;!--
var _zero_kz_ = _zero_kz_ || [];
_zero_kz_.push(["id", 60032]);
_zero_kz_.push(["type", 1]);
(function () {
var a = document.getElementsByTagName("script")[0],
s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = (document.location.protocol == "https:" ? "https:" : "http:")
+ "//c.zero.kz/z.js";
a.parentNode.insertBefore(s, a);
})(); //--&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;!-- End ZERO.kz --&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;!-- JS includes --&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;
if (document.location.protocol != 'https:') document.write('\x3Cscript src="http://musecdn1.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.js" type="text/javascript"&amp;gt;\x3C/script&amp;gt;');
&amp;lt;/script&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;
window.jQuery || document.write('\x3Cscript src="/scripts/jquery-1.8.3.min.js" type="text/javascript"&amp;gt;\x3C/script&amp;gt;');
&amp;lt;/script&amp;gt;
&amp;lt;script src="/scripts/museutils.js?4004241294" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src="/scripts/jquery.musemenu.js?4009181048" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src="/scripts/jquery.watch.js?172956391" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;!-- Other scripts --&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;
$(document).ready(function() { try {
(function(){var a={},b=function(a){if(a.match(/^rgb/))return a=a.replace(/\s+/g,"").match(/([\d\,]+)/gi)[0].split(","),(parseInt(a[0])&amp;lt;&amp;lt;16)+(parseInt(a[1])&amp;lt;&amp;lt;8)+parseInt(a[2]);if(a.match(/^\#/))return parseInt(a.substr(1),16);return 0};(function(){$('link[type="text/css"]').each(function(){var b=($(this).attr("href")||"").match(/\/?css\/([\w\-]+\.css)\?(\d+)/);b&amp;amp;&amp;amp;b[1]&amp;amp;&amp;amp;b[2]&amp;amp;&amp;amp;(a[b[1]]=b[2])})})();(function(){$("body").append('&amp;lt;div class="version" style="display:none; width:1px; height:1px;"&amp;gt;&amp;lt;/div&amp;gt;');
for(var c=$(".version"),d=0;d&amp;lt;Muse.assets.required.length;){var f=Muse.assets.required[d],g=f.match(/([\w\-\.]+)\.(\w+)$/),k=g&amp;amp;&amp;amp;g[1]?g[1]:null,g=g&amp;amp;&amp;amp;g[2]?g[2]:null;switch(g.toLowerCase()){case "css":k=k.replace(/\W/gi,"_").replace(/^([^a-z])/gi,"_$1");c.addClass(k);var g=b(c.css("color")),h=b(c.css("background-color"));g!=0||h!=0?(Muse.assets.required.splice(d,1),"undefined"!=typeof a[f]&amp;amp;&amp;amp;(g!=a[f]&amp;gt;&amp;gt;&amp;gt;24||h!=(a[f]&amp;amp;16777215))&amp;amp;&amp;amp;Muse.assets.outOfDate.push(f)):d++;c.removeClass(k);break;case "js":k.match(/^jquery-[\d\.]+/gi)&amp;amp;&amp;amp;
typeof $!="undefined"?Muse.assets.required.splice(d,1):d++;break;default:throw Error("Unsupported file type: "+g);}}c.remove();if(Muse.assets.outOfDate.length||Muse.assets.required.length)c="Некоторые файлы на сервере могут отсутствовать или быть некорректными. Очистите кэш-память браузера и повторите попытку. Если проблему не удается устранить, свяжитесь с разработчиками сайта.",(d=location&amp;amp;&amp;amp;location.search&amp;amp;&amp;amp;location.search.match&amp;amp;&amp;amp;location.search.match(/muse_debug/gi))&amp;amp;&amp;amp;Muse.assets.outOfDate.length&amp;amp;&amp;amp;(c+="\nOut of date: "+Muse.assets.outOfDate.join(",")),d&amp;amp;&amp;amp;Muse.assets.required.length&amp;amp;&amp;amp;(c+="\nMissing: "+Muse.assets.required.join(",")),alert(c)})()})();
/* body */
Muse.Utils.transformMarkupToFixBrowserProblemsPreInit();/* body */
Muse.Utils.prepHyperlinks(true);/* body */
Muse.Utils.initWidget('.MenuBar', function(elem) { return $(elem).museMenu(); });/* unifiedNavBar */
Muse.Utils.resizeHeight()/* resize height */
Muse.Utils.fullPage('#page');/* 100% height page */
Muse.Utils.showWidgetsWhenReady();/* body */
Muse.Utils.transformMarkupToFixBrowserProblems();/* body */
} catch(e) { if (e &amp;amp;&amp;amp; 'function' == typeof e.notify) e.notify(); else Muse.Assert.fail('Error calling selector function:' + e); }});
&amp;lt;/script&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt; searchController.js:99
&lt;/pre&gt;&lt;!--[CodeBlockEnd:5edcca8c-24e2-45cc-b805-0eeb267fa815]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e504d701-759e-46bf-9bb4-ada44467336d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">crm api</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">crm api v3</category>
      <pubDate>Fri, 17 Oct 2014 05:57:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1609875</guid>
      <dc:date>2014-10-17T05:57:21Z</dc:date>
      <clearspace:dateToText>3 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Current CRM API (v3) paths</title>
      <link>https://forums.adobe.com/thread/1605162</link>
      <description>&lt;!-- [DocumentBodyStart:7d17eb7f-9cd0-4ede-b845-95e81ed028e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What are current url paths for CRM API v3?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Those provided here do not work for me: &lt;a class="jive-link-external-small" href="http://docs.businesscatalyst.com/dev-assets/reference#!/api-endpoints/crm-v3/customers.html!dID3" rel="nofollow"&gt;Developer reference&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6828728-684460/screenshot.jpg"&gt;&lt;img alt="screenshot.jpg" class="jive-image image-1" height="560" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6828728-684460/900-560/screenshot.jpg" style="height: 386px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d17eb7f-9cd0-4ede-b845-95e81ed028e9] --&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:43:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1605162</guid>
      <dc:date>2014-10-15T11:43:07Z</dc:date>
      <clearspace:dateToText>1 month 1 day from now</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What is module_webresource?</title>
      <link>https://forums.adobe.com/thread/1595677</link>
      <description>&lt;!-- [DocumentBodyStart:b9f31564-0817-4f97-ab53-5545c8bf43b6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there already any information? Links?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9f31564-0817-4f97-ab53-5545c8bf43b6] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 06:48:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1595677</guid>
      <dc:date>2014-10-07T06:48:19Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Web App API custom field filtering</title>
      <link>https://forums.adobe.com/thread/1594915</link>
      <description>&lt;!-- [DocumentBodyStart:cc339271-001d-4cb8-8f8e-0abb9db94509] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What about webapp item list filtering by one (or, better, several) of custom fields with API. Will it soon be possible? I know some people here have an idea.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc339271-001d-4cb8-8f8e-0abb9db94509] --&gt;</description>
      <pubDate>Mon, 06 Oct 2014 17:23:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1594915</guid>
      <dc:date>2014-10-06T17:23:08Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Web App API and front-end pages</title>
      <link>https://forums.adobe.com/thread/1588938</link>
      <description>&lt;!-- [DocumentBodyStart:8cc96593-aeda-41b7-aa76-02f9e90ef049] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Greetings to the community.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Will be added the ability to interact with web app API from front-end pages?&lt;/p&gt;&lt;p&gt;To be more right, will i be able to use API to create functionality for visitors of my website, not only managers of it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And when, if yes?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.S. Please ask if my question isn't clear, i'll try to clarify it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8cc96593-aeda-41b7-aa76-02f9e90ef049] --&gt;</description>
      <pubDate>Tue, 30 Sep 2014 08:41:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1588938</guid>
      <dc:date>2014-09-30T08:41:42Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can i change the text of submit button on a login box of a secure zone?</title>
      <link>https://forums.adobe.com/thread/1453515</link>
      <description>&lt;!-- [DocumentBodyStart:90aa389a-2cb5-4d14-8172-247135d97e1c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Can i change the text of the submit button in the login box of a secure zone?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6310285-631125/screenshot.jpg"&gt;&lt;img alt="screenshot.jpg" class="jive-image jive-image-thumbnail" height="169" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6310285-631125/450-169/screenshot.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or, maybe, i can replace the button with the image?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, can this be done, and how to achieve this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions are welcome.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90aa389a-2cb5-4d14-8172-247135d97e1c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">button</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">login</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">submit</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">customize</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">secure_zones</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">login_box</category>
      <pubDate>Fri, 18 Apr 2014 16:13:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1453515</guid>
      <dc:date>2014-04-18T16:13:35Z</dc:date>
      <clearspace:dateToText>6 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Finally, what about Russian markets?</title>
      <link>https://forums.adobe.com/thread/1387913</link>
      <description>&lt;!-- [DocumentBodyStart:196a52a4-6fdb-496d-9517-6b28ea181d92] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;Russia, Kazakhstan, Ukraine, there are plenty of businesses waiting to be involved into a Business Catalyst magic. But setting up a e-commerce site for that countries can be a big pain or even impossible, as we see here: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://forums.adobe.com/message/5194194#5194194" rel="nofollow" target="_blank"&gt;http://forums.adobe.com/message/5194194&lt;/a&gt;&lt;span&gt; and as i know from my own experience. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The basic issues are,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. The wrong currencies that automatically displayed and the disability to change it from Admin&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. No payment gateways and as i see no way to set up a custom one&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (basically, in Russia there is a way to set up PayPal, but for Kazakhstan it doesn't work)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. No shipping providers and (please correct me if i'm wrong) no way to set up a custom one, like in many other e-commerce systems&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So the question is, are there any strategical trends inside of BC team, to improve e-commerce integration with Russian and near-by countries, and/or give developers more freedom in tweaking parameters that affect coutry-specific behaviour of online shop?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Maybe Open Portal will bring something that can help me and others who just wonder?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe our markets are ready for BC.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.S. Business Catalyst, especially for its integration with Creative Cloud tools, is the best solution for me as a site builder. The product is great, and the price i think is valuable.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:196a52a4-6fdb-496d-9517-6b28ea181d92] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">russia</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">rus</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">kazakhstan</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">kaz</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">kz</category>
      <pubDate>Thu, 23 Jan 2014 19:16:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1387913</guid>
      <dc:date>2014-01-23T19:16:14Z</dc:date>
      <clearspace:dateToText>9 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can't restart my CC subscription</title>
      <link>https://forums.adobe.com/thread/1353981</link>
      <description>&lt;!-- [DocumentBodyStart:e19f0ce1-1118-4c7d-a571-11013113b311] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, for some reasons, i was not able to prolong my subscription since August, 2013. For now, i'd like to start it over, but when i try, nothing happens. The wizard says, "we need more time to proceed your transaction", and that's for every of near 10 times i tried. Please help, Promise to be a loyal client. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance, Alex.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e19f0ce1-1118-4c7d-a571-11013113b311] --&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:40:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1353981</guid>
      <dc:date>2013-12-09T06:40:53Z</dc:date>
      <clearspace:dateToText>11 months 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can i request supporting my currency?</title>
      <link>https://forums.adobe.com/thread/1168162</link>
      <description>&lt;!-- [DocumentBodyStart:fd71cf0e-c223-47e4-8651-7c8063428f87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, i leave and work in Kazakhstan (KZ). Existing Creative Cloud member.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I love BC's workflow and features. The only concern, i can't setup a proper currency (KZT) for my ecommerce website.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can someone please help?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance. Alex.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd71cf0e-c223-47e4-8651-7c8063428f87] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">currency</category>
      <pubDate>Mon, 11 Mar 2013 03:49:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1168162</guid>
      <dc:date>2013-03-11T03:49:24Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can't push it live, existing Creative Cloud member</title>
      <link>https://forums.adobe.com/thread/1127986</link>
      <description>&lt;!-- [DocumentBodyStart:8c7a0d6f-84a2-46ac-a3c6-52f52675e9f2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Greetings to the Business Catalyst community!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an Adobe Creative Cloud membership, and i'm trying to test my BC website. As mentioned, i can run 5 BC websites, as this is included in my Creative Cloud membership. But for now, by clicking the "Push site live" button, i receive the notification that offers me to purchase the membership i already have.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've logged in to BC with the email &amp;amp; password from my CC account.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can i show the BC that i already have that account? Or am i doing something wrong with this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-4961548-267708/screenshot.jpg"&gt;&lt;img alt="screenshot.jpg" class="jive-image jive-image-thumbnail" height="360" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4961548-267708/450-360/screenshot.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c7a0d6f-84a2-46ac-a3c6-52f52675e9f2] --&gt;</description>
      <pubDate>Wed, 02 Jan 2013 10:24:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1127986</guid>
      <dc:date>2013-01-02T10:24:27Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

