0

Global image signature field

How can the contents of a image signature field be made global, so the same image appears across all records in a table, but is only saved once?

2 replies

null
    • Mconneen
    • 5 yrs ago
    • Reported - view

    You can create a "signature" table and a relation to the record.    That said.. it sort of defeats the purpose of "signing" something to authenticate that you reviewed / approved it.. :) 

    • Birger_H
    • 5 yrs ago
    • Reported - view

    Create a seperate table with an image field. You can access this image like this:
    –––
    first(select 'Table Name').'Image Field Name'
    –––

    Birger