0

Sales Order のカスタム ボタンからカスタム レコードにリダイレクトしようとしています。ボタンの機能を以下に示します。カスタム レコード ID (custrecord_gotorecord)を渡してrectype(496)パラメータを取得するか、他の方法で同じことを行う必要がありますか?

function openCustomRecordCreate() { 
            var currRec = currentRecord.get();
            var currentRecordId = currRec.getValue({
                fieldId: "id"
            });
            window.open("/app/common/custom/custrecordentry.nl?rectype=496&soID=" + currentRecordId + "&end=true", '_self');
        }
4

1 に答える 1