Announcement

Collapse
No announcement yet.

Star Rating Field !!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Star Rating Field !!!




    Attached Files
    Last edited by eymen.elkum; 10-05-2019, 12:50 PM.

  • #2
    This is amazing, as always! Great work!

    Comment


    • eymen.elkum
      eymen.elkum commented
      Editing a comment
      thanks, happy to hear this

  • #3
    I like the way you allow multiple criteria. Good job

    Comment


    • eymen.elkum
      eymen.elkum commented
      Editing a comment
      thanks very much..

  • #4
    Great job. I like this.
    Cheers!
    Nishan.

    Comment


    • eymen.elkum
      eymen.elkum commented
      Editing a comment
      thanks very much

  • #5
    Great feature!

    Is this a standard or an extra feature?
    I couldn't find it in EspoCRM 5.7.4

    How can we integrate this?

    Thanks.

    Comment


  • #6
    Is this extension still supported? Any feedback from anyone currently using? Thanks.

    Comment


    • #7
      Hi, the extension is still available. I'm using it without any issues with the latest version of ESPOCRM.

      Comment


      • #8
        Originally posted by abidoss View Post
        Hi, the extension is still available. I'm using it without any issues with the latest version of ESPOCRM.
        Thanks abidoss I just ordered it.

        Comment


        • Kharg
          Kharg commented
          Editing a comment
          Be sure to request the portal access to download updates

        • eymen-elkum
          eymen-elkum commented
          Editing a comment
          We did some automations between the site & portal so that we only need to approve the access

      • #9
        Originally posted by harrytruman View Post

        Thanks abidoss I just ordered it.
        Good suggestion. I did.

        Comment


        • #10
          abidoss I'd like to only allow a user to vote once. Right now they can vote as many times as they want on a single record. Have you tried any fixes here? I sent a message to Elba Soft and they suggested using a dynamic formula to make it read only after a user has voted. I'm not sure how to do this. Thanks.

          Comment


          • #11
            Hi harrytruman,

            Try this workaround:

            Add a new bool field named "Rate locked" for example.
            On formula u can use this:
            Code:
            if (rateField > 0) {
                rateLocked = true;
            }​​
            Then on Dynamic logic of the rate field make it read only based on the "Rate locked = true"​
            CEO & Founder of Eblasoft.
            Professional EspoCRM development & extensions.

            Comment


            • #12
              Originally posted by eymen-elkum View Post
              Hi harrytruman,

              Try this workaround:

              Add a new bool field named "Rate locked" for example.
              On formula u can use this:
              Code:
              if (rateField > 0) {
              rateLocked = true;
              }​​
              Then on Dynamic logic of the rate field make it read only based on the "Rate locked = true"​

              Hi, thanks for your help here. I tried as you suggested but it's still allowing multiple submissions. Please see attached screen shots. My "rateField" is called "rateHospital"

              Even if this works, it looks like your formula would make the rate field read only for all other users after the initial user submission. I would like each user to be able to submit a rating, but only once. Not allow users to submit multiple ratings. Does that make sense? Thanks again for your help. I really appreciate it.​

              Comment


              • eymen-elkum
                eymen-elkum commented
                Editing a comment
                The extension is for new field type, not a full review solution

              • Kharg
                Kharg commented
                Editing a comment
                Maybe reactions extension is better suited for this scope?

              • eymen-elkum
                eymen-elkum commented
                Editing a comment
                Yes, actually reactions made already with internal separated entity that can be linked to any entity
                I think we can improve the rate star field to do the same but not in the near future

            • #13
              Originally posted by harrytruman View Post


              Hi, thanks for your help here. I tried as you suggested but it's still allowing multiple submissions. Please see attached screen shots. My "rateField" is called "rateHospital"

              Even if this works, it looks like your formula would make the rate field read only for all other users after the initial user submission. I would like each user to be able to submit a rating, but only once. Not allow users to submit multiple ratings. Does that make sense? Thanks again for your help. I really appreciate it.​
              What is the reactions extenstion? Is that something available for purchase?

              Comment

              Working...
              X