SPE script to check if the Customer record has notes

SUGGESTED

Hi guys,

Could someone pls help me creating a SPE script that check if the Customer record has notes?

Thanks in advance.

Best Regards,

Daniel

Top Replies

  • what you need is something like this:

    Funprog BPC_HAS_NOTES(YBPCNUM)
    Value Char YBPCNUM
    
      Local File NOTE    [F:YNTS]
      
      Local Integer YHASNOTES : [L]YHASNOTES = [V]CST_ANO
      
     …