Video Tutorials - let me know what do you think

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts

  • rabii
    commented on 's reply
    try this instead:

    Code:
    return Dep.extend({
    
            relatedAttributeMap: {
                'opportunities': {
                    'addressStreet': 'name'
                },
                'meetings': {
                    'addressStreet': 'name'
                }
            }
    });

    This should work as you have a syntax typo.

  • esforim
    replied
    Click image for larger version

Name:	image.png
Views:	596
Size:	8.3 KB
ID:	85104
    I just can't understand it:
    Click image for larger version

Name:	image.png
Views:	580
Size:	5.4 KB
ID:	85105
    Seem OK to me... why are you like this Syntax? (Screenshot deleted because Forum restrict to 5)

    Maybe like this:

    Maybe I try , comma
    Click image for larger version

Name:	image.png
Views:	569
Size:	11.3 KB
ID:	85106

    (Screenshot deleted because Forum restrict to 5)
    Maybe ) then }


    Maybe I try it within the field?

    Click image for larger version

Name:	image.png
Views:	561
Size:	6.0 KB
ID:	85108
    Yeah, all fail as I try other variation.
    Attached Files

    Leave a comment:


  • esforim
    commented on 's reply
    Hi shalmaxb, I already write a various different variation of this but always error, so the "code" itself is an issue as I'm writing it wrong. I'll post variation shortly and it will all fail because this extended-code is being written by me!
    Last edited by esforim; 11-12-2022, 03:43 AM.

  • shalmaxb
    commented on 's reply
    I think it is the closing ). You open two ( but close three. In the end (line 12, 13) it should be:

    });
    });

  • esforim
    commented on 's reply
    Anyone who want to copy/paste my code, I'll be updating it here: (once I learn from the pro)

    In the future this thread will be use for discussion; the Wiki hosted on Github will be used instead to post update; please see: https://github.com/o-data/EspoCRM-Learning-and-Design/wiki Part 2 of this post can be found here: https://forum.espocrm.com/forum/gene...5114#post55114 (https://forum.espocrm.com/forum/general/54706
    Last edited by esforim; 11-11-2022, 06:03 AM.

  • esforim
    replied
    Hi emillod

    I'm following this guide again for another entity, but this time instead of a single Field to another Field I want to "concatenate" two field, is that possible? Or do I have to create a 'helper' field formula first?

    How to copy attributes while creating child record in EspoCRM
    Смотрите любимые видео, слушайте любимые песни, загружайте собственные ролики и делитесь ими с друзьями, близкими и целым миром.



    For example this is my current working code.

    Code:
            relatedAttributeMap: {
                'opportunities': {
                    'addressStreet': 'name',
                },​
    Can I do something like this? (I will get an error!)

    Code:
            relatedAttributeMap: {
                'opportunities': {
                    'addressStreet' & 'addressCity': 'name',
                },​
    And follow up question, is it possible to add 'non-field'? For example: {todaydate}

    Code:
            relatedAttributeMap: {
                'opportunities': {
                    {todaydate} & 'addressStreet' & 'addressCity': 'name',
                },​


    --- Second question would be. How to add multiple entity? I'm getting and not sure how to write the syntax or add more entity.
    Here a not working code:

    Code:
    Espo.define('custom:views/realestateproperty/detail', 'views/detail', function (Dep) {
    
        return Dep.extend({
    
            relatedAttributeMap: {
                'opportunities': {
                    'addressStreet': 'name',
                'meetings': {
                    'addressStreet': 'name',
                },
            }
        }));
    });​
    Here is the error. I have try various way but get error
    Click image for larger version

Name:	image.png
Views:	684
Size:	13.2 KB
ID:	85049
    Last edited by esforim; 11-11-2022, 06:14 AM.

    Leave a comment:


  • dreginald
    replied
    Nice idea. Will do the same in due course of time

    Leave a comment:


  • bandtank
    replied
    Could you do a video about adding primary filters via PHP in version 7.x? It would also be helpful to see a tutorial about the Select Builder. I'm running into problems while trying to do this, which involves using both primary filters and the select builder. I think it would be useful for a lot of people.

    Leave a comment:


  • dreginald
    replied
    Thanks for your comments.
    Have created image using text box, uploaded the image in knowledge base and linked with yourtube link (see script below), created reports to reflect in the dashboard.

    <p style="text-align: center;"><span style="background-color: rgb(255, 255, 0);"><a href="https://youtu.be/94_yGqhAc_Y" rel="noopener noreferrer" target="_blank">
    <img style="width: 520px;" src="?entryPoint=attachment&amp;id=627a1263591eb32 73"><span style="background-color: rgb(255, 255, 0);">
    </span></a>
    </span></p>

    Leave a comment:


  • esforim
    commented on 's reply
    This is an excellent idea. I think I'll copy your idea. But not sure how to make it look good like yours. Mine probably be quite ugly.

  • dreginald
    replied
    To add more value to ESPOCRM, you may bring relevant video tutorial links on the Dashboard of Users for quick reference. Attaching a screenshot of the dashboard created for a user.

    My users have found this very useful and I am sharing this here since you could also try in our instances.

    For free support and more ideas on how to add more value to ESPO CRM please feel free to mail me at reginald@raalink.com or call +91 999 5986 888

    Leave a comment:


  • emillod
    replied
    Hello Guys,
    we have new video for you: How to set advanced conditions for enum fields in EspoCRM
    Link to video: https://youtu.be/-ftVdaoR9G8

    In this tutorial we’ll walk you through:
    - How to setup conditions for field
    - How to test changes

    Leave a comment:


  • dreginald
    commented on 's reply
    Sure. Tagged

  • esforim
    commented on 's reply
    Hi there, I recommend to tag it as espocrm or something similar, as it will be easier to search in the future. Great video nonetheless

  • emillod
    replied
    Hello Guys,
    we have new video for you: How to send email with many attachments
    Link to video: https://youtu.be/yZsgutD6VJc

    Related video: https://youtu.be/IArorRg0Y9c

    In this tutorial we’ll walk you through:
    - How to create new PDF template
    - How to generate PDF based on template through formula
    - How to test flowchart

    Leave a comment:

Working...