Hi all, I'm getting the following error message in our GUID Field for our forms under Forms @ Form Builder : GUID Field: The form component could not be loaded. This form will be hidden on the liv...
how do we get a guid to autogenerate on a bizform?
Further to this question that I posed and was answered by Brenden Kehren (thank you Brenden).https://devnet.kentico.com/questions/modify-cms-root-smartsearchresults-transformation-to-handle-structu...
Hi,I am trying to build a widget and would like to create a unique id for my controls inside it. I want to use web part instance id to make it unique . In my code behind I am using these and they a...
There is a scenario where I want to convert guid into string value while accessing it in transformation,I want to pass this guid into querystring, so that I can get the unique value,is there any wa...
Hi,I have created attachment for rootPage. I want to access this attachment by using url in browser.I tried using http://mydomain.com/getattachment/
How do I get the blogpost author name using GUID?Before i had this code using the nodeID, but i can't find how to get it using guid. public static string GetBlogPostAuthorName(object value) { i...