RE:Custom error message in CMSDesk
johnzchange of CMS.resx file is like a hard-coded solution as it will display the same cusom error text for all document save events. I need to display different error messages depends on different...
View ArticleRE:Custom error message in CMSDesk
FroggEyeTake a look here, unfortunately not in this version.
View ArticleFilter on Document Type w/o Properties
FroggEyeI've created a document type that is a placeholder with no properties (essentially for transformations only). Can I take advantage of the built-in "filter" alternative form anyway without...
View ArticleSearching a smart search custom index returns lowercase custom content
nrinat-ecentricartsHelloI have a custom search index that searches PDF files and stores the keywords in the index.This is how the custom content (for search results excerpt) is...
View ArticleDynamically change Cache for document
beau.cowan-rrpartnersI have a pagetype that's pulling in an rss feed, breaking it down and spitting out the results.At times, the rss might go down, I want to change the output cache for the page to...
View ArticleRE:Dynamically change Cache for document
FroggEyeIf you have a webpart, you can simply set the weparts property for caching. If your not using a webpart and putting the data in a dataset, you could change this shortly after you get the data....
View ArticleRE:Searching a smart search custom index returns lowercase custom content
Kentico_RichardSHi,Have you created your search index through this tutorial?If so, there is a line text = text.ToLower();could you please comment it or remove it?Does this help? Kind regards,Richard...
View ArticleRE:Searching a smart search custom index returns lowercase custom content
nrinat-ecentricartsThank you for the quick answer!I do not use the tutorial index, I rather use my own. These are the steps I take in the index Rebuild event:I create a MediaFileInfo object with the...
View ArticleRE:Searching a smart search custom index returns lowercase custom content
Kentico_RichardSHi,unfortunately Im not familiar with the .NET Lucerne and its implementation so we are not able to help you with this..However I have to ask - if you want to search through files - why...
View ArticleRE:UniGrid OnExternalDataBound
kentico_jurajoHi,no tak bud pres parenta toho img controlu nebo GridViewRow by melo mit Celss a tam je TableCell ktery ma ControlsThe parent control of the image control should be available or, another...
View ArticleGetPageInfoForUrl
beau.cowan-rrpartnersI'd like to be able to check to see if a url exists in the system before continuing on a certain task.I found the PageInfoProvider.GetPageInfoForUrl method, but I'm lost on how to...
View ArticleRE:GetPageInfoForUrl
kentico_sandrojHi,I've found a few "simple" solutions on Stackoverflow. Another option would be reviewing the internal LinkChecker which is a lot more advanced, but harder to...
View ArticleRE:Proper way to handle a custom Workflow Action that fails
kentico_martind2Hi Dave,I have discussed it with our developers, but your requirement is not clear enough.You have to use an Advanced workflow if you want to handle custom steps. The third-party API...
View ArticleHash authentication in REST request
n.oskian-indiceHello,I am having trouble with the hash authentication in the rest service request. I make an ajax call like thisvar params = { 'format': 'json', 'where': 'LocationZipCode=' + code };...
View ArticleRE:Proper way to handle a custom Workflow Action that fails
DaveThanks Martin!This is exactly what I was looking for. Arguments.StopProcessing = false did the trick, then I used WorkflowManager.MoveToPreviousStep.Thanks!Dave
View ArticleRE:Proper way to handle a custom Workflow Action that fails
kentico_martind2Hi Dave,No problem.. I'm very happy that we've hit it on the first shot! Partialy it was just a guess.You're welcome and thank you for a very nice response.Best regards,Martin Danko
View ArticleWrite byte[] data
FroggEyeI've got a web service that returns data in byte[] format and I want to display it or allow the user to download the file. Is there a page that I can inherit to allow this to happen simply by...
View ArticleRE:Write byte[] data
FroggEyeI knew it was something simple. Guess I need to step away and take a break...
View ArticleRE:Insert query for "MyTable" table in Database
kentico_martind2Hello Hitesh,when you say "I created my table in MSSQL 2005" ... do you mean that you have created the table directly in the Database via e.g. SQL Server Management Studio or via CMS...
View Article