当前位置:网站首页>SAP Fiori 的附件处理(Attachment handling)
SAP Fiori 的附件处理(Attachment handling)
2022-07-17 09:46:00 【InfoQ】
Attachment 的读取


SEGWCRM_OPPORTUNITYOpportunity_AttachmentsOpportunityAttachment



CL_CRM_OPPORTUNITY_DPC_EXT~GET_STREAM
UploadCollection
attachmentsTabSelected
var info = this.getView().byId('info');
var headerGuid = info.getModel('json').getData().Guid;
var oModel = this.oModel;
var sPath = this.sPath;
// get the list to set the post url param
var that = this.getView();
oModel.read(sPath, null, [
"$expand=Attachments"
], true, jQuery.proxy(function(odata, response) {
var data = {
OpportunityAttachments: []
};
var length = response.data.Attachments.results.length;
Attachment 的创建
+

CL_CRM_OPPORTUNITY_DPC_EXT~CREATE_STREAM
边栏推荐
猜你喜欢
随机推荐
单机项目进行微服务拆分
Code Capriccio: question skimming record (under update)
L2-029 independent happiness
解决ApplicationEventMulticaster not initialized - call ‘refresh‘ before multicasting events异常
AnyControl Demo演示
第七天训练
Encapsulation API, request interception, response interception, authentication timeliness
Solve interface cross domain problems and node operation MySQL
【网络研究院】机器学习系统的威胁是时候该认真对待了
How long does software testing take?
uniapp仓库管理系统源码
Exchange array elements without creating temporary variables
力扣(LeetCode)197. 上升的温度(2022.07.16)
Markdown(5):锚链接
【排错必看】Windows系统安装mysql时常见问题及解决方法
[Hongke] Introduction to genicam protocol
数据湖(二十):Flink兼容Iceberg目前不足和Iceberg与Hudi对比
sql server建表时设置ID字段自增 (navicat 演示)
[regression prediction] lithium ion battery life prediction based on particle filter with matlab code
vscode下载历史版本









