unnamed -- if name field is Null replace with *******
ok so in my opportunities entity I don't currently ever use the name field so when the opportunity is created it represents it as a unnamed which of course tells the system that there may be duplicates.
Please point me in the right direction to the code this so I can replace unnamed with the records addressstreet field
so when i save a new record it saves the adressstreet as the name automatically
Thanks Guys
Ryan
ok so in my opportunities entity I don't currently ever use the name field so when the opportunity is created it represents it as a unnamed which of course tells the system that there may be duplicates.
Please point me in the right direction to the code this so I can replace unnamed with the records addressstreet field
so when i save a new record it saves the adressstreet as the name automatically
Thanks Guys
Ryan
Comment