My Stuff
-
Re: How to make an opportunity line field mandatory
hi HertsChris you can deploy a script to make the field mandatory at line level if only needed at opportunity. You can also create a field and expose it only to opportunity form instead of other sale…1 -
Re: how to print setup
Hi MA User_576EZ, you can do a full page print but doesnt reflect the checkbox checked. Try exploring chrome extension GO FULL PAGE to print the entire page print.1 -
Re: How to make an opportunity line field mandatory
Use LineInit Client Script function : var tranRec = context.currentRecord; var sublistObj = tranRec.getSublist({ sublistId: item, }); sublistObj.getColumn({ fieldId: "YOUR FIELD ID", }).isM…3 -
Re: Exchange rate field on Advanced Intercompany Journal Entry
Adding additional line is great but comes with only challenge at the time of Bank reconciliation. During reconciliation, System will show this as 1 line or just 1 JE instead of JE with multiple lines…2 -
Re: Exchange rate field on Advanced Intercompany Journal Entry
Hi Preethi Kondur, At the time of transaction creation, you should be able to update the exchange rate provided the header subsidiary currency and line level subsidiary currency is different. Here my…1
