Order web app components by reverse-date of a custom field

Hi all,

We have created a Web application that generates a list of events.

We have created a DEPARTURE DATE field (the field type is "date"), and we need all the elements of the list page will be reverse-date classified using the START DATE field.

We found an article on the Adobe forums that seems to have found a solution, but in our site, it does not.

Can update you weight field of a web application automatically?

Is there someone who can help me achieve what I described above?

In addition, we must find a script or a plugin allowing the value of the month of the date to be located in the Italian language since Business Catalyst is not fully translated in our language.

Thanks in advance for any help on this.

Franco

Hi Franco, for now you cannot sort by custom date field on web applications. IF you have a range of less than 500 points, you can load all of the elements of web application and then sort the different data such as date. This is your only option for now if you wish.

Tags: Business Catalyst

Similar Questions

  • Create a table for the web app components

    Hi all, I want to create one to display a list of web app components with the headings at the top of the table and the list of results, then under. See the result here Focus apartments, Brisbane

    I have 2 paintings put up here on the page, with the titles and the other containing the results. So there is no surprise for it being 2 completely separate tables that they don't line up correctly with each other during the display of the results.

    If I insert lines in the webapp layout, he repeats to each item in the list, which we don't want.

    How can I get these headers and data to align properly? No doubt there is a better way than this attempt. Thank you

    Create the table with thead and tbody element on the page. In the tbody add your module tag web app. In the available list web app only include the row in the table (not an entire table).

  • Editing Web App - demand payment? And limited to certain fields.

    I have a web app created by my client. These are listed on the site and visitors to my client can 'book' an element. After an item is reserved for the customer completes the sale offline process to complete the sale.

    Currently, this is done manually using a web forms with payment. When payment is received my client is going in and marked as reserved element of web application. I would like to automate this process...

    To automate it, I think that I can add a field to the form of edition and once they make the payment, the item will be reserved. I have not actually tried to insert a form of payment in a publishing page layout. Which will work?

    Assuming this works, I have another concern. Each Web app has fields 70 or so custom element. Many of these custom fields are for internal use and should not be available for the customer to see or change. If I have a change and the list only form fields I want the customer to be able to change it will erase the other fields. (I know I could hide the other fields in the edit form that the customer sees, but I prefer to keep completely hidden fields if possible).

    This explains, someone has some ideas or ideas to manage such a situation?

    Thank you!

    Hello Lynda,

    The webapp associated forms use a different .aspx treatment of active payment webforms, I fear that you will not be able to create a form of editing form to process payments online.

    In Exchange, you can collect payments using a form enabled for the classic payment and using JS just after the form of payment, you can trigger the modification of webapp form is submitted.

    There are some obvious drawbacks to this Setup, such as: you can't wait to see if the payment goes through trigger the webapp change form when the payment process is complete for example. Another disadvantage is that the process is not wise, that a visitor to the site can just trigger the webapp change form "manually" bulletproof security.

    I hope this helps.

    Cristian

  • Link Web App points to CRM

    I'm not sure this is the right place to post a feature request, but I hope that Yes.

    I really wish that when there is submitted by a client, Web App components that the CRM record for this customer had a direct link with their elements of web application.  If I could have what I always wanted, I'd like the option extend CRM to give you the possibility to extend it with a Web App form, which I guess would be a command.  I'd be happy as a clam if there wasn't just a tab in the view of the CRM client, or even just a link added in the more dropdown menu.

    Alternatively, if long forms CRM had some features that is only available in Web applications, like linking to other applications or modules by using the Data Source - I probably not count on web apps so much.

    Bottom line is that, as it is now - if you have a customer who, for one reason or another, includes additional information in a web application, this is a very tedious to click their CRM folder in the web application, then find them in elements, etc..  It would be so nice to have just a simple link to click back between the two.

    See you soon

    As soon as BC finished the new API V3 you must web app that connects.

    1. you can have a web form update that updates a details of people including their custom CRM entries. -Already in place.

    2. you can use module_data and liquid to make CRM entries (don't not need to be connected) If you want to show people in the CRM on a Web site.

    3. the only thing missing at this point 2 is the custom of the CRM fields, but it will come soon.

    In saying this, I also try to work with BC on a concept of relationship to bring BC modules together and more usable.

  • List of activities related to the category of items web app

    OK, I have a web application with a list of stores and into the details of these web app components im trying to get a list of events for the individual store.Screen Shot 2016-01-25 at 10.45.04 PM.png

    What I came up with is this code in my store web app in detail

    <! - store events - >

    {module_booking = 'class' itemId =' filter58777"'StoresEvents' =' model collection =" "}

    < section class = "page-section-3 bg-faded" >

    < div class = "container" >

    < h2 class = "title of section m-b-1" > next events store < / h2 >

    < div class = "row" >

    < div class = "col-xs-12" >

    < h5 class'm-t-2' = > Sunday, January 24, 2016 < / h5 >

    < div class = "list-group" > {% for article on StoresEvents.items-%} < a href = "#" class = "list-group-item-bg-faded" >

    < div class = "row" >

    < div class = "col-md-2" >

    < h6 class = "list-group-point-topic" > < strong > 13:00-14:00 < facilities > < / h6 >

    < / div >

    < div class = "col-md-8" >

    < h5 class 'list-group-point-topic' = > {{item.name}} < / h5 >

    < div class = "list-group-point-text" > {{item.body | truncate: 200}} < / div >

    < / div >

    < div class = "text-xs-right col-md-2 p-t-1" > {% if percentfull == '100'-%}

    < button type = "button" class = "btn, btn-default off" > Full < / button >

    {%-%}

    < button type = "button" class = 'btn, btn - sm btn-primary' > reserve < / button >

    {% endif} < / div >

    < / div >

    < /a > {endfor %} < / div >}

    < / div >

    < / div >

    < / div >

    < / section >

    This modules itemid is a category that I created which is the name of the store (albany Cove).

    My attempt at this was that I created categories of store names.

    Created a few events for each store and categorize the event to their store name.

    Then, I created this module over a list of events by category...

    and now im stuck... I tried to classify the item the store web app in the same category in the hope that it would give me the link itemid I need to load that stores the events.

    {module_booking filter = 'class' itemId ="{{categoryID}}" "StoresEvents" =' model collection = ""}

    Not sure if im going in the right direction with this one, any help would be greatly appreciated.

    Thank you

    Luke

    IDs do not match like that for different articles.

    ItemId is not the itemid as your assumption, it is for the id of ranking.

    ItemId = "/ classification/subclassifation ' is also valid.

    If you have a web application and a class event the same then display Details of the event or web app you will have its ID classification BUT for the classification of the views list isn't out by BC so you can not do what you're trying to do in the list view page layouts.

    If you have more then one element classified at the same, this also does not work as the classification output returns multiple ID (123892,124413,234234)

  • Submitted clients web app elements without secure area?

    Is it possible to have a submissive client web app / Articles to a website without having to be installed in a secure area?

    Everything was hoping to do was to create a simple web application to testify so that customers could write a quick review, then that would be checked by a moderator and then allowed to display in a public space on the site.

    Its a big limitation with submitted if customers BC web app components cannot be displayed in a secure area.

    The only way to do it is through a workaround hack thing work that will involve some javascript relatively complex.

    When someone hits the thing that you want to submit and they not connected you must do some ajax connects effects connect them with a client of custom CRM stored with loging details (sales person). And then allow them to submit the web application without having to appear to connect but they actually are.

    Any others so it works around it.

  • Can we build Custom Web App using Business Catalyst?

    My client is interested in Adobe Business Catalyst. He wanted to build a custom online business application. Can we build custom web applications (not ecommerce) as market of fundraising with adobe business catalyst? How will it be possible without server side personalization?  If possible, please provide access to developer documents

    Thank you

    Andrea

    The short answer is Yes, you could create a market of fundraising.  The most complete answer depends on your definition of a "Web App" and about specific features you are wanting to deliver Web application.  If you are thinking about programming custom php server-side, then, no, this isn't what BC Web Apps. Wikipedia defines a web application like any application written in a language of browser support which relies on the browser for rendering. Applications Web BC meets this definition. "The best definition in my opinion is that a web"site"is defined by its content, all in a web"app"is defined by its interaction with the user. WebApps BC framework can be used for the delivery of content and interaction with the user therefore also integrates with this definition.

    To be clear, "WebApps" in British Colombia is not for coding web applications customized to measure in the broad sense.  In fact, you do not have to do any coding at all (although having knowledge of html/css & javascript will significantly expand what you can do). Colombia-British 'Web-Apps' is a relatively basic set of configurable fields and the tools used to collect and present data.  Its main purpose is to publish "lists". i.e. the items list on which you click to display a details page.  This may not seem particularly high-tech, and it's not. But if you think about it, most of the interactive web applications, a very simple to very advanced (for example Articles; Image galleries; eCommerce, real estate ads; Labour markets; Auction sites; Business directories; Search engines) are all built around this fundamental problem. that is, they present a list of items that are related to a detail page.

    To this end, BC WebApps allows you to define a data set using all types of field (for example, text string, radio buttons, checkboxes, drop-down lists, text box, image path, links, etc.) allows the collect and publish the data however you want displayed in your list views and view detail (more view editing for content generated visitor).  Of course there are limits to what we can do. But there are a lot of innovative workarounds for each limitation. Understanding of the parameters allows a very wide range of possibilities to achieve remarkable results for your customers.  WebApp capabilities are range from the Colombia-British, wide range of features such as Member areas secure, e-commerce functions, lists of campaign etc.

    To return to your original question... "Could you build a web fundraising custom application market in British Colombia?   Yes!  You may allow visitors to the join (members of the safe zone) and then present a list (WebApp point) which is published on the site. Other visitors can view this item in the list and click to view the Details page. They can then choose any number of such further actions as defined in your WebApp structure it As... make a payment (e-commerce); Leave a comment; Like on Facebook; Tweet on twitter, save as a favorite; Send to a friend. etc.  This does not mean that everything is possible (e.g. making payments would be possible using a built-in "seamless" payment gateway). But within the boundaries that exist, YES you could generation custom fundraising for your customer market without programming side server.  See catalyst for Business help | Web Apps-building part 1: understanding of Web applications to learn more.

  • Web app lists items in secure areas

    I have an application single web, and I'm trying to distribute items web apps secure through secure areas, that a client can connect.

    For example, client A is a member of Secure Zone 1, which contains the secure web app elements X, Y, Z

    Client B is a member of the Secure area 2, which contains the secure web app components U, V, W

    What I discovered that both clients can see all the elements of web application (U V W X Y Z) in the layout of the list view, but clicking to view the details of an article not in their secure area invites you to connect.

    Is this correct? If I GET an element by placing it in a secure area, I do expect to appear in a list for a customer who is not a member of this secure area.

    Your understanding of the work of the BC is correct.  Only the details page will respect your setting of the safe zone.

    To achieve that you need, the page that contains the list of issues should be fixed in the appropriate box, and you should always output by category, Setup may list a category to each of your secure mirrored areas.

    An extension to that would allow you to have a single output page would be to ajax in the output of list view and draw on the specific page based on the secure area of users.  You can get the names of the users secure areas using a builtin BC {module_subscriptions} tag

  • Custom report - use of web app

    Hello world.

    Is it possible to create a custom report that shows how many times the individual web app components have been viewd over a period of time - say 3 months, 6 months, etc.?

    I looked at and if its there mising I keep it.

    TIA

    Hi Steven,

    This report can be seen through web apps-> point-> the view usage report.  However it can be exported at this point.

    Kind regards

    -Sidney

  • Add multiple elements of Web App?

    I have a web application that is a review web app. It allows a person write a review, choose a few different sizes, then write the review. All in all, a very simple web application.

    I want to see the average rating based on reviews from total. In other words, to loop through every element of web application, take the side (side is a custom field), total ratings, take the total and divide it by the number of sides, thus giving you the average on your side.

    That I'm stuck, I know how to loop through an element totalling ratings that it loops through each element giving me the total score that I can run and then liquid on it to get the average rating.

    How do you do that?

    What about this:

    {module_webapps render="collection" id="reviews" filter="all" collection="reviews" template=""} 
    
    {% assign divisor = 0 -%} {% assign sum = 0.0 -%} 
    
    {% for review in reviews.items -%}     {% if review.rating and review.rating != blank -%}         {% assign divisor = divisor | plus: 1 -%}         {% assign sum = sum | plus: review.rating -%}     {% endif -%} {% endfor -%} 
    
    sum: `{{ sum }}` divisor: `{{ divisor }}` average: `{{ sum | divided_by: divisor }}` 
    
  • Is it possible to take 2 web apps with both having the same element name (IE: titreArticle, short) and display them in a list in chronological order.  For example something like that {module_webapps id = filter "3673 &amp; 7432" = "classified" itemId = mo

    Hello

    Is it possible to take 2 web apps with both having the same element name (IE: titreArticle, short) and display them in a list in chronological order.

    For example something like that {module_webapps id = "3673& 7432" filter = 'class' itemId = "71755" template="/new/partnernewstemp.tpl" sortType = 'date'}

    Thank you

    Angela Borden

    This is not possible, I'm afraid, you must list each of the webapps separately and then combine and re - sort the two lists.

  • Web app sends date as "01/06/2012" but Oracle gets it as January 6, 12 '

    Hello

    Oracle Database server and IIS server: Windows Server 2003.

    My asp.net web app uses ODP.NET 10.1.0.400 to connect to Oracle 11 g in Oracle database 10g.

    I got error with the dates for the two databases. This is the case:

    My web app calls send parameters to a stored procedure:

    ospEntry (0) = New spEntry ("i_userid", OracleDbType.Varchar2, sUserid, 50)
    ospEntry (1) = New spEntry ("i_Date", "06/01/2012", OracleDbType.Date, 8)
    conOP.Open)
    CallSP ("pkg_Users.SP_Insert_Login_Out", CONOPS, ospEntry, 0)

    It gets the error:
    ORA-01843: not one month valid

    But if I send this value:
    ospEntry (1) = New spEntry ("i_Date", "1 January 2012", OracleDbType.Date, 8)

    I had no problem.

    I think it's a problem of regional and Language Options on my IIS server. If I run my web application to my PC, there is no problem with the value ' 06/01/2012. My PC is Windows XP with configuring regional and language in Spanish.

    On my IIS server, if I order this:

    C: > date
    The current date is: 01/06/2012

    As you can see, it seems that date on this server format is OK.

    I think that maybe there are some missing settings on the ODP.NET.

    I found what happened. I've set up the configuration of Windows AFTER the installation of ODP.NET. Because of this, something is stuck in the ODP. Registry of the NET. I have uninstall ODP.NET and install again.

  • The submitted user Web App point release Date

    Hi guys. I'm kinda a beginner so excuse me if this seems a simple question.

    I dragged the forum and cannot find an answer to this.

    I created a Web application for the new arrivals and created the user input form in the secure area.

    I can't find a way to allow users to set the release date of the news item which, in many cases, not be the date of their entry into the information but at some point in the future.

    It doesn't seem to be a way to add the release Date for the user input form,

    Thanks in advance for your help.

    Hi Silverfox01,

    There are a handful of items that can not be updated from the entrance of the Web App / modify forms. Release date and weighing are two examples.

    There have been several requests for that lately, then you are not alone in your quest! - And expectations.

    Still no solution has yet been taken available. Please lets you create a support in British Colombia ticket so that they can get an idea of are weight and release date are to front-end web app entry/change of important forms.

    Hope that this 'help '.

  • search form Web apps: how to retrieve the value of the data-source type field

    Hello

    My question is:

    How can I retrieve the value of the source field of a web - app data-types when you insert the "form web search apps" on a web page.

    I have a web application that contains fields from the data source of the type. These fields to recover the (data) value of the 'web app' - 'elements of the field' field of another web application.

    When I insert the form

    Web apps

    Web apps-search form

    Name of the Web application

    It displays the fields with the field (ie. string, number) types other than type of field 'data source '.

    (Note: in the mode 'model of list' module of data tags, the fields of the data source are visible).

    What other (alternative) possibilities are there to create a search form?

    Thanks for your help.

    Kind regards

    Carla

    By chance, I came up with this workaround. Of course there are other methods to get your data from a web - app, but if you want to use the 'Web apps search form', it would be a workaround.

    I noticed that the "Web apps entry form" contains all the fields of web applications for your web application (including the fields of the data source).

    It is possible to add the fields to the form of the "Web apps entry form" in the «Web apps search form»

    If you insert the "Web apps entry form" on a blank page, you will see all the fields in your web App including the "data source fields. The names of form fields contain something like.

  • Is there a way to multiple selection data source in a Web App?

    I created two Web Apps. I'm trying to multiple selection of one of the lists.

    The idea is - I have a list of manufacturers and a list of distributors, a few hundred in each list. I would like to be able to set up a select field type 'data source' Web App Distributor and for that to be a function of multiple selection.

    Does anyone know how to do this?

    Web apps are only a 1 to 1 relationship, BC at this time doesn't support 1 to many, or many-to-many on web applications. If you can't sorry.

Maybe you are looking for

  • an error occurred when checking for a software update

    My iphone6s when I check for the update, dosent work and say: an error occurred when checking for a software update.Please help me

  • Compressing files with local characters

    Hello community, I will compress files with LabVIEW, but the names of files in the zipfiles be annoying especially since I use English characters such as 'a', 'e' etc. If I zip outside labview then the file names are very well, then I guess it's a th

  • I was going to do a clean install of windows xp...

    I was going to do a clean install of windows xp and for this I'll use the drive of the Dell operating system I have. Using what I had to restart my laptop with the disc in the drive, follow the instructions and get to the stage where the partitions a

  • XP on vista external drive

    I'm running vista I have a xp CD. I want to install xp on an external hard drive. I changed the bios boot order and booted up but vista boots all the time. (I have the bios phoinex). I run the cd via the Explorer of windows vista and the installation

  • How to stop mail receives the rim (Code signing)

    Is there a way to no longer receive emails from RIM as every time I signed my application using the cod signing keys. Its annoying as the number of times where I signed my request, I got emails a signed API.