View Single Post
Old 04-04-2025, 05:53 PM   #1468
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,207
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by ownedbycats View Post
Chain: Add Purchase Information, has single-field edit for #purchasesource (enum) and also other fields.

Other chain sets #purchasesource to specific value then calls the Add Purchase Information. Can skip the redundant SFE with condition?
One way to do it would be a condition like this on the SFE action(s):
Code:
program:
    if globals(_caller) inlist 'my first chain,my second chain, ....' then
        'skip'
    fi
value type > text
comparison operator > !=
Condition value > skip

You can also use a condition to check the value of the said field, presuming the default value in nil.

Last edited by capink; 04-04-2025 at 07:28 PM.
capink is offline   Reply With Quote