How to use Integration bus to Sync data between Kentico 7 and MS Dynamics Nav?
ashish.narnoli12-gmailHi all,I want to use Integration bus to synchronize data between Kentico 7 and MS Dynamics Nav.I gone through the Integration bus documentation and tried to implement. But...
View ArticleRE:How to use Integration bus to Sync data between Kentico 7 and MS Dynamics...
kentico_radekmHello.Are you sure you followed all steps in Integration bus guide well? Did you check what the message says:- check whether connector name corresponds with ConnectorName property- check...
View ArticleRE:REST - URL filtering syntax
kentico_zdenekcHello,Adding some results from our email discussion.The CMS.File documents have the file extension stored in the DocumentExtensions field, you can use two parameters, classnames for...
View ArticleRE:Add Widget to page programtically
BeerWillThanks Miro - that helped me a lot. I can now add my Widget to the Page (rather than the overall template) using the API.Now just having issues accessing the content!
View ArticleMake DefaultText editable
BeerWillHaving added a widget containing an EditableText webpart to a page via the API, I need to access the content.I can write to various properties, including the DefaultText. This correctly shows...
View ArticleRE:Make DefaultText editable
BeerWillI would still like to know how to make the DefaultText of an Editable Text widget editable in the Page editor, but overall my problem is actually solved.In case someone else is interested, I...
View ArticleRE:Make DefaultText editable
kentico_martind2Hi Will,Thanks for the updated info, great!The reason why you have to save a widget first is that before saving it actually has not any content, so it can't be edited, but very smart...
View ArticleDifference Between ContentTable and CartItems
bryanallottI have noted this thread http://devnet.kentico.com/Forums.aspx?forumid=68&threadid=34456 which talks about using CartItems instead of the ContentTable for the ShoppingCart object... Is...
View ArticleRE:Add Widget to page programtically
kentico_jurajoHi,Could you please describe current issues in more details or maybe start a new separate thread on this issue?Best regards,Juraj Ondrus
View ArticleRE:Allow Email and Username Authentication
gary-allixoHere is a Gist detailing how to allow the username or the email of the user for the login.https://gist.github.com/redanthrax/5046de65a4218e1e5d4a//CustomMembershipProvider.csusing...
View ArticleRE:Derive from Condition Workflow Action
kentico_martind2Hi Dave,So I've discussed your issue with our development team and they confirmed that at the moment there is no exact functionality you are asking for. But could you please tell me...
View ArticleRE:Difference Between ContentTable and CartItems
bryanallottfyiShoppingCart.RemoveShoppingCartItem(cartItemGuid);seems to invalidate the internal table and redo the calculations whileShoppingCartItemInfoProvider.SetShoppingCartItemInfo(cartItem);...
View ArticleDiscounts on the fly?
sh_devI have a unique situation when I need to apply a discount to a shoppingCartItem. The discount would be a flat value. My assumption was that I would apply an ItemDiscount to the shoppingCartItem...
View ArticleRE:Discounts on the fly?
kentico_davidb2Hi mac,Thank you for your message.I would recommend trying to use CustomShoppingCartItemInfoProvider as the one placed in our sample codes (C:\Program Files...
View ArticleRE:Derive from Condition Workflow Action
DaveHi Martin,Basically I'm trying to create a custom Workflow step that I can use against a custom-coded check, and move the workflow into either a success or failure path (like the Conditional...
View ArticleRE:Derive from Condition Workflow Action
DaveRelated to this, I'd also be interested in knowing how to programmatically trigger a particular path on a Multi-choice workflow step.
View ArticleRE:Derive from Condition Workflow Action
FroggEyeDave wrote: Related to this, I'd also be interested in knowing how to programmatically trigger a particular path on a Multi-choice workflow step.I think this is what you're looking for. You...
View ArticleRE:Discounts on the fly?
sh_devHi David. Thank you for your concise reply. This is the approach I was taking earlier but for some reason the ShoppingCartInfo object fails to A: reflect the discount in the product totalsB:...
View ArticleExporting Custom Table data programmatically in Excel format
emccall-dataspringincI have a custom table that I would like to export in Excel format (.XLSX) to be able to run reports on the data. (This is for a client, of course.) How can I hook into existing...
View ArticleRE:Exporting Custom Table data programmatically in Excel format
FroggEyeMy first thought is Excel has row limitations so maybe you have to define what table "bloating" is. A table with a million records isn't a problem. Maybe export the custom table data to another...
View Article